1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests
Malcolm Tredinnick a63a83e5d8 A rewrite of the reverse URL parsing: the reverse() call and the "url" template tag.
This is fully backwards compatible, but it fixes a bunch of little bugs. Thanks
to SmileyChris and Ilya Semenov for some early patches in this area that were
incorporated into this change.

Fixed #2977, #4915, #6934, #7206.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-31 11:11:20 +00:00
..
admin_ordering
admin_registration
admin_scripts
admin_validation Fixed #8027: correctly validate fields/fieldsets in ModelAdmin validation when using custom ModelForms. 2008-08-28 15:43:04 +00:00
admin_views Fixed #7982 -- Corrected ModelAdmin url dispatching to ensure it matching exactly what it needs and doesn't stomp on primary key space. 'add' is a lost cause for now. This originated from #6470. Thanks jdetaeye for the original patch and basith for providing test cases. 2008-08-29 16:46:46 +00:00
admin_widgets
auth_backends
backends
bug639 Updated a few save() methods on models to accept force_insert and force_update 2008-08-28 19:28:17 +00:00
cache
comment_tests Fixed #8716: correctly handle name and email in comments from authenticated users. 2008-08-30 21:30:02 +00:00
context_processors
datastructures
datatypes
dateformat
datetime_safe
db_typecasts
decorators
defaultfilters Cleaned up some tests I broke as a result of the escapejs changes in [8577]. 2008-08-26 20:51:45 +00:00
dispatch
extra_regress Updated a few save() methods on models to accept force_insert and force_update 2008-08-28 19:28:17 +00:00
file_storage Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoin of files uploaded by the built-in file storage system. Thanks, dcwatson. 2008-08-27 22:21:14 +00:00
file_uploads Fixed #8622: accessing POST after a POST handling exception no longer throws the server into an infinite loop. Thanks to vung for tracking this one down and fixing it. 2008-08-30 19:56:14 +00:00
fixtures_regress
forms Fixed #7753: clean NullBooleanField correctly when using HiddenInput. Thanks to julien and ElliottM. 2008-08-28 15:06:18 +00:00
get_or_create_regress
httpwrappers Fixed #8278: fixed QueryDict.update(QueryDict). Thanks, julien. 2008-08-29 16:49:19 +00:00
humanize
i18n
initial_sql_regress
inline_formsets
m2m_regress [8721] introduced some internal field names. We hide them from the list of 2008-08-30 04:52:56 +00:00
m2m_through_regress
mail
many_to_one_regress
max_lengths
middleware
model_fields Fixed #8101 -- Allow the strings '1' and '0' as filter values for boolean 2008-08-29 02:40:56 +00:00
model_inheritance_regress
model_inheritance_select_related
model_regress
modeladmin
null_fk
null_queries Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
one_to_one_regress
pagination_regress
queries Fixed a typo from the refactoring in [8455]. With bonus test, too. Thanks, vung. 2008-08-29 22:29:38 +00:00
requests
reverse_single_related
select_related_regress
serializers_regress Fixed #8668: prevent MySQL from running the new test from [8676]. 2008-08-29 16:32:44 +00:00
string_lookup
syndication
templates A rewrite of the reverse URL parsing: the reverse() call and the "url" template tag. 2008-08-31 11:11:20 +00:00
test_client_regress
test_utils
text
urlpatterns_reverse A rewrite of the reverse URL parsing: the reverse() call and the "url" template tag. 2008-08-31 11:11:20 +00:00
utils
views
__init__.py