1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/django/contrib
Russell Keith-Magee ddb53856b6 Fixed #21164 -- Added documentation for issue with test users.
The package renaming restores the older package names (which were also the
documented package names). This doesn't affect test discovery because the
module in question doesn't contain any tests.

Thanks to Carl for the design discussion.
2013-10-08 10:32:56 +08:00
..
admin Cleaned up admin CSS for consistency. 2013-10-07 14:49:20 -04:00
admindocs Fixed #6681 -- Don't break docutils when rendering reStructuredText. 2013-10-04 13:27:08 -04:00
auth Fixed #21164 -- Added documentation for issue with test users. 2013-10-08 10:32:56 +08:00
comments Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
contenttypes Fixed #21174 -- transaction control in related manager methods 2013-10-05 23:07:52 +03:00
flatpages Fixed #21189: Cleaned up usage of bare except clauses. 2013-10-05 11:50:03 +02:00
formtools * Fixing improper grammar 2013-09-30 16:59:45 -04:00
gis Improved error message while setting GeometryProxy 2013-10-06 21:29:39 +02:00
humanize Partial revert of 165f44aa. 2013-09-22 14:04:10 +02:00
messages Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
redirects Fixed #19321 -- Allowed redirect middleware HTTP responses to be overridden. 2013-10-04 07:36:39 -04:00
sessions Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
sitemaps Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly. 2013-09-17 10:21:11 -04:00
sites Rename allow_syncdb to allow_migrate 2013-07-30 12:08:59 +01:00
staticfiles Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
syndication Refactored code and tests that relied on django.utils.tzinfo. 2013-09-09 22:32:52 +02:00
webdesign Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
__init__.py