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:03:30 +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 #15013 -- Added Russian (ru) localflavor package. Thanks, blackraven and Julien Phalip. 2011-04-22 12:03:30 +00:00
core Fixed #13689 -- Convert the per_page value to an integer upon initialization of the Paginator class to prevent unpleasant TypeErrors. Thanks, rbanffy, Eric Florenzano and Claude Paroz. 2011-04-22 12:03:03 +00:00
db Fixed #11283 -- Made sure that latest() clears previously specified ordering in a QuerySet. Thanks to benmoran, punteney, mk and and Julien Phalip. 2011-04-22 12:02: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
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 Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
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 #15662 -- Made sure the module_has_submodule utility function follow correct PEP 302, passing the package as the second argument to the find_module method of the importer. Thanks, Bradley Ayers. 2011-04-22 12:03:18 +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 Bump everything for 1.3. 2011-03-23 05:06:31 +00:00