django/tests/regressiontests
Malcolm Tredinnick 108b604b51 Fixed #7345 -- When normalising the URLField form field, attach a trailing
slash when only a host (no path) is given. Thanks, jpwatts.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-26 05:18:39 +00:00
..
admin_ordering
admin_registration Improved admin model registration options: you can now register using register(Model, **options) and even register(Model, ModelAdmin, **options). This isn't documented yet -- a much expanded version of docs/admin.txt is on the way. 2008-07-23 18:58:06 +00:00
admin_scripts Fixed #7906 -- Modified admin_scripts regression test to use the same python executable that is running the test suite, rather than using 'python' on the path. Thanks to Chris Hasenpflug for the report. 2008-07-23 03:00:50 +00:00
admin_views Fixed a bunch of Python 2.3 test failures. 2008-07-22 19:48:36 +00:00
admin_widgets
auth_backends Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lacking 2008-07-22 03:05:40 +00:00
backends
bug639
cache Removed some completely pointless test changes from [8084], since they were 2008-07-26 04:10:40 +00:00
datastructures
datatypes
dateformat
datetime_safe
db_typecasts
decorators
defaultfilters
dispatch
extra_regress
file_uploads Fixed #6450 -- Improved the checking of errors when creating the directories for saved files. Thanks to henry@precheur.org for the report and patch, and vung for the excellent test case. 2008-07-20 12:44:41 +00:00
fixtures_regress
forms Fixed #7345 -- When normalising the URLField form field, attach a trailing 2008-07-26 05:18:39 +00:00
httpwrappers
humanize
i18n
initial_sql_regress
inline_formsets
mail Fixed #7574 -- Fixed the handling of lazy translation in email headers. 2008-07-26 03:37:25 +00:00
many_to_one_regress
max_lengths
maxlength
middleware
model_fields
model_inheritance_regress Allow for matches against unsaved objects in querysets (which will therefore 2008-07-23 06:12:15 +00:00
model_inheritance_select_related
model_regress
modeladmin
null_fk
null_queries
one_to_one_regress
queries Changed the test from [8052] so that it is insensitive to whether a database 2008-07-22 18:56:50 +00:00
requests Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or 2008-07-21 07:57:10 +00:00
reverse_single_related FIxed #7666: use a bare queryset when accessing single related objects so that the related objects never become inaccessible. 2008-07-21 15:41:21 +00:00
select_related_regress
serializers_regress
string_lookup
syndication
templates
test_client_regress Corrected typo. 2008-07-26 03:31:22 +00:00
test_utils
text
urlpatterns_reverse
utils Removed some potentially misleading code (it isn't executed) after the changes 2008-07-23 04:41:53 +00:00
views
__init__.py