1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/django
2011-10-12 19:34:34 +00:00
..
bin Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
conf Fixed #16873 - Added dummy database backend in default settings, so that just importing django.db doesn't trigger ImproperlyConfigured if there is no DATABASES setting. 2011-10-08 19:23:37 +00:00
contrib Convert the contettypes tests to use self.assertNumQueries, rather than hand rolling their own version. Thanks to carl for the review. 2011-10-12 19:34:34 +00:00
core Fixed #6011 -- Improved help text for flush command. Thanks Julien for the patch. 2011-09-22 05:21:51 +00:00
db More efficient IN clauses for prefetch_related queries by use of sets to eliminate duplicates 2011-10-08 13:50:29 +00:00
dispatch Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
forms Fixes #8103 -- Select widget should only allow for one selected option 2011-09-18 04:09:44 +00:00
http Slight cleanup to r16829, thanks Alex Gaynor for the note. 2011-09-14 23:58:12 +00:00
middleware Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular, removed the assumption that environ['QUERY_STRING'] exists. 2011-10-06 20:39:15 +00:00
shortcuts
template Simplify some code to have one loop, rather than two. 2011-10-11 20:43:11 +00:00
templatetags Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), even in the plural block. Thanks for the initial patch, Claude Paroz. 2011-09-08 13:25:41 +00:00
test Fixed #17011 - Made override_settings modify a decorated class in-place rather than creating a dynamic subclass, so as to avoid infinite recursion when used with super(). Thanks jsdalton for the report and patch. 2011-10-08 08:16:17 +00:00
utils Change some string literals to be unicode, because: 2011-10-11 17:36:05 +00:00
views Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular, removed the assumption that environ['QUERY_STRING'] exists. 2011-10-06 20:39:15 +00:00
__init__.py Django is now 1.4 pre-alpha. 2011-04-30 22:51:48 +00:00