1
0
mirror of https://github.com/django/django.git synced 2024-12-24 18:16:19 +00:00
django/django
2012-01-03 22:49:13 +00:00
..
bin
conf Fixed #17440 -- Used a more natural default date format in the Italian locale. Thanks rm_ and tekNico. 2011-12-30 12:41:24 +00:00
contrib Fixed #8997 -- Prevented the contenttypes shortcut view to hide errors occurring inside the get_absolute_url() method. Thanks to Rob for the report and to joshlory, Aymeric Augustin and Claude Paroz for the patch. 2012-01-02 18:02:47 +00:00
core Fixed #6163 -- Made "manage.py help runfcgi" display proper default values for the runfcgi options. Thanks to ash and Claude Paroz. 2012-01-02 19:20:47 +00:00
db Fixed #17429 -- Ensured that Meta.ordering=None works the same if it were an empty list. Thanks to self[at]dicos[dot]ru for the report and to bigkevmcd for the patch. 2012-01-03 09:06:19 +00:00
dispatch
forms Changed BoundField.subwidgets() to return SubWidget objects instead of rendered strings. This means we can access individual radio buttons' properties in the template (see new docs) 2011-12-07 23:08:27 +00:00
http Negligible spacing fixes to comments in django/http/__init__.py 2011-12-17 02:40:35 +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 Fixed #17496 -- Regression in the floatformat template filter, introduced by the fix for #15789. 2012-01-03 13:09:12 +00:00
templatetags Fixed #17255 -- Removed "as" prefix from new timezone template filter names for the sake of clarity. Cheers to Aymeric Augustin for bearing with me. 2011-11-18 15:00:08 +00:00
test Added the ability to specify multiple ports available for the LiveServerTestCase WSGI server. This allows multiple processes to run the tests simultaneously and is particularly useful in a continuous integration context. Many thanks to Aymeric Augustin for the suggestions and feedback. 2011-12-29 20:22:13 +00:00
utils Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_b 2012-01-03 22:49:13 +00:00
views Fixed #17486 -- Updated the welcome page of new projects to reflect the new structure created by startproject. Thanks aashu_dwivedi. 2012-01-01 21:54:33 +00:00
__init__.py Bump to 1.4 alpha 1. 2011-12-23 04:00:26 +00:00