1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django
2011-10-13 13:38:38 +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 #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks. 2011-10-13 05:56:15 +00:00
contrib Fixed a padding issue in admin tabular inline headers. 2011-10-13 10:09:17 +00:00
core Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks. 2011-10-13 05:56:15 +00:00
db Fixed a couple of assert syntax warnings mistakingly introduced in r16966 and added some tests to prevent future regressions. Thanks to Anssi Kääriäinen for the report. 2011-10-13 11:53:59 +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 #16918 -- Ensured that custom querysets are used when provided to BaseDateDetailView.get_object(). Thanks to mitar for the report, to koenb for the patch and to Preston Holmes for the review. 2011-10-13 13:38:38 +00:00
__init__.py