django/django
Anssi Kääriäinen ddeb20e31b Fixed GIS regression caused by force_subq
Caused by commit 7737305a4f
2013-08-19 16:35:11 +03:00
..
bin
conf Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting 2013-08-12 07:15:59 -04:00
contrib Fixed GIS regression caused by force_subq 2013-08-19 16:35:11 +03:00
core Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
db Fixed #11881 -- removed junk from aggregation subqueries 2013-08-19 16:15:09 +03:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Fixed #20555 -- Make subwidget id attribute available 2013-08-13 13:23:05 -04:00
http Fixed #19987 -- Disabled host validation when DEBUG=True. 2013-07-31 10:38:59 -04:00
middleware Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
shortcuts More import removals 2013-06-29 11:58:36 +02:00
template Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter. 2013-08-14 12:40:19 -04:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test Fixed #20864 -- Made the test client use common method for performing requests. 2013-08-13 19:08:13 -04:00
utils Some code simplification 2013-08-18 09:43:41 -07:00
views Unlocalize line numbers and ids in debug 500 view. 2013-08-12 21:59:27 -03:00
__init__.py