1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/django
2011-04-22 12:01:33 +00:00
..
bin
conf Fixed #15822 -- Removed references to the v1 postgresql backend (which has been removed). Thanks for the patch, aaugustin 2011-04-17 20:45:06 +00:00
contrib Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning not-installed models (by default). Thanks adsva for report. 2011-04-20 17:58:37 +00:00
core Fixes Paginator.validate_number not raising a PageNotAnInteger exception when passed a non-int-castable type. 2011-04-13 11:28:42 +00:00
db Fixed #2705: added a select_for_update() clause to querysets. 2011-04-20 20:42:07 +00:00
dispatch
forms Fixed #6953 -- Correctly sort ManyToMany fields in ModelForms. Thanks, dgouldin, mk and Alex. 2011-04-22 12:01:33 +00:00
http Advanced deprecation on CompatCookie. 2011-04-02 08:40:38 +00:00
middleware Removed deprecated CsrfResponseMiddleware, and corresponding tests and docs 2011-03-30 17:34:26 +00:00
shortcuts
template Fixed #15791 - method to signal that callable objects should not be called in templates 2011-04-19 22:06:19 +00:00
templatetags
test Fixes #15814 -- Added a test util to abstract the process of using a test template loader 2011-04-17 04:52:17 +00:00
utils Fixed #15848 -- Fixed regression introduced in [15882] in makemessages management command when processing multi-line comments that contain non-ASCCI characters in templates. Thanks for the report Denis Drescher. 2011-04-18 20:00:10 +00:00
views Fixed case of DOCTYPE in 500 template, for the sake of consistency. 2011-04-20 17:44:29 +00:00
__init__.py