0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/regressiontests
2011-06-07 16:11:25 +00:00
..
admin_changelist
admin_filters Fixed #11868 - Multiple sort in admin changelist. 2011-06-02 16:18:47 +00:00
admin_inlines
admin_ordering
admin_registration
admin_scripts Workaround particularities of Python under Windows that interfere with expected outputs in admin_scripts regression tests. 2011-05-23 18:54:02 +00:00
admin_util
admin_validation Fix UnboundLocalError than could occur during ModelAdmin validation. 2011-05-22 15:51:22 +00:00
admin_views Fixed various bugs related to having multiple columns in admin list_display with the same sort field 2011-06-03 11:54:29 +00:00
admin_widgets Added missing future imports missed in r16167. 2011-05-06 19:49:06 +00:00
aggregation_regress Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a way consistent with other empty query sets. Thanks alexr for the report and patch. 2011-05-21 16:54:25 +00:00
app_loading
backends Fixed #13648 - '%s' escaping support for sqlite3 regression. 2011-05-10 12:20:47 +00:00
bash_completion
bug639
bug8245
builtin_server
cache
comment_tests
conditional_processing
context_processors Fixed auth context processor tests, which were not running at all previously. 2011-05-31 15:19:19 +00:00
csrf_tests Fixed #16002 - test failure due to missing from __future__ import with_statement 2011-05-11 08:58:58 +00:00
custom_columns_regress
custom_managers_regress
datatypes
dates
db_typecasts
decorators Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +00:00
defaultfilters Added missing future imports missed in r16167. 2011-05-06 19:49:06 +00:00
defer_regress Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy models. Thanks Michal Modzelewzki for the report and patch. 2011-05-15 00:56:01 +00:00
delete_regress Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys 2011-05-30 16:04:25 +00:00
dispatch
expressions_regress
extra_regress
file_storage Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend with regard to deleting a file. Refs #16082, too. Thanks, Aymeric Augustin. 2011-05-28 13:06:08 +00:00
file_uploads Fixes #8593 -- better handling of safe_join case sensitivity on windows. Thanks for the initial patch, ramiro. 2011-05-22 23:56:42 +00:00
fixtures_regress
forms Fixed #15805 - assertFieldOutput should not use assertRaisesRegexp 2011-05-31 14:02:22 +00:00
generic_inline_admin
generic_relations_regress
generic_views
get_or_create_regress
handlers
httpwrappers
humanize Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince and timeuntil filters as fallbacks instead of date filter. 2011-05-17 10:16:12 +00:00
i18n Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix multiple problems of the translation of Javascript files with xgettext. Many thanks to Ned Batchelder for his contribution of the JsLex library. 2011-06-07 16:11:25 +00:00
initial_sql_regress
inline_formsets
inspectdb
introspection
locale/de/LC_MESSAGES
localflavor
m2m_regress
m2m_through_regress
mail Fixed #15561 -- Extended test setting override code added in r16165 with a decorator and a signal for setting changes. 2011-05-18 12:08:53 +00:00
managers_regress
many_to_one_regress
max_lengths
middleware Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +00:00
middleware_exceptions
model_fields
model_forms_regress
model_formsets_regress
model_inheritance_regress
model_inheritance_select_related
model_permalink
model_regress
modeladmin Fixed #16080 -- Handle admin list filter items with two characters better. Thanks, Ales Zoulek and Julien Phalip. 2011-05-24 09:17:55 +00:00
multiple_database
null_fk
null_fk_ordering
null_queries
one_to_one_regress
pagination_regress
queries
queryset_pickle
requests
reverse_single_related
select_related_onetoone
select_related_regress
serializers_regress
servers
settings_tests Removed a settings test introduced in r16237 that didn't run on Python < 2.6 due to a SyntaxError raise regarding the class decorators. Thanks for the hint, Julien. 2011-05-18 12:30:22 +00:00
signals_regress
signed_cookies_tests Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. 2011-05-21 14:41:14 +00:00
signing Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. 2011-05-21 14:41:14 +00:00
sites_framework
special_headers
staticfiles_tests Fix the staticfiles_tests and django.conf to not think that None meant a lazy object hadn't been evaluated. Thanks to Jannis for informing me that I broke the test suite (if you were harmed by this I'll buy you a cookie). Sorry. 2011-06-01 20:45:47 +00:00
string_lookup
syndication
templates Enhanced a bit the documentation and docstring for the url template tag. Also, added a test for it. 2011-06-05 23:44:34 +00:00
test_client_regress Fixed #15929 - test.client.RequestFactory keeps state/AuthMiddleware does monkey patching 2011-05-30 16:33:23 +00:00
test_runner
test_utils
text Added missing future imports missed in r16167. 2011-05-06 19:49:06 +00:00
transactions_regress
urlpatterns_reverse Fixed minor typo in tests introduced in r16121. Refs #5925. 2011-05-12 13:24:07 +00:00
utils Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix multiple problems of the translation of Javascript files with xgettext. Many thanks to Ned Batchelder for his contribution of the JsLex library. 2011-06-07 16:11:25 +00:00
views Made expected output platform-independent in a test for the template postmortem debug 500 view so it doesn't fail under Windows. 2011-05-24 21:33:32 +00:00
__init__.py