django/tests/regressiontests
Ramiro Morales 0638ba5bba Enhanced a bit the documentation and docstring for the url template tag. Also, added a test for it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-05 23:44:34 +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
bash_completion
bug639
bug8245 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. 2010-12-04 07:28:12 +00:00
builtin_server
cache
comment_tests
conditional_processing Modified some regression tests to make them independent of the default root urlconf. 2011-04-02 13:27:17 +00:00
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 Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. 2010-10-09 08:12:50 +00:00
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
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 Modified a couple of i18n regression tests to make them run under Windows. 2011-05-26 21:03:56 +00:00
initial_sql_regress
inline_formsets
inspectdb
introspection
locale/de/LC_MESSAGES
localflavor
m2m_regress
m2m_through_regress Fixed #15161 - Corrected handling of ManyToManyField with through table using to_field on its ForeignKeys. Thanks to adehnert for the report. 2011-01-26 19:10:08 +00:00
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 Fixed #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh and magopian. 2011-05-03 11:51:37 +00:00
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 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
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
transactions_regress
urlpatterns_reverse Fixed minor typo in tests introduced in r16121. Refs #5925. 2011-05-12 13:24:07 +00:00
utils Tweaked test added in [16308] so it doesn't fail. 2011-06-01 22:09:50 +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