1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/django
2010-12-04 05:59:56 +00:00
..
bin
conf Fixed #14663 -- Corrected Norwegian locale format strings. Thanks to nfg for the report and patch. 2010-12-04 04:28:17 +00:00
contrib Fixed #14795 -- Ensure that get_all_permissions() returns the right result (i.e., all permissions) for superusers. Thanks to jay.halleaux@gmail.com for the report, and Brett Haydon for the patch. 2010-12-04 05:59:56 +00:00
core Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify for the report and patch. 2010-12-04 04:27:05 +00:00
db Normalized the name order of arguments. There's no actual bug here, other than potential confusion for anyone reading the code. Thanks to Aram Dulyan for the report. 2010-12-04 05:59:38 +00:00
dispatch Preventing problems possibly introduced by r14662 2010-11-21 17:34:21 +00:00
forms Fixed #8217 -- Correctly sort files in FilePathFields on older Python versions. Thanks, bernd and davidb. 2010-12-02 00:49:15 +00:00
http Fixed #14809 -- broken login related tests after r14733. 2010-12-01 22:25:17 +00:00
middleware Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Gabriel Hurley for the patch. 2010-11-02 18:30:00 +00:00
shortcuts
template Fixed #12248 -- Refactored django.template to get code out of __init__.py, to help with avoiding circular import dependencies. Thanks to Tom Tobin for the patch. 2010-11-27 05:47:30 +00:00
templatetags Fixed #12248 -- Refactored django.template to get code out of __init__.py, to help with avoiding circular import dependencies. Thanks to Tom Tobin for the patch. 2010-11-27 05:47:30 +00:00
test Ensured that the test suite creates the default DB before any others. 2010-11-30 22:14:03 +00:00
utils Fixes #14715 -- More informative ValueError for safe_join util. Thanks btubbs. 2010-11-26 02:28:07 +00:00
views Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a week format. Thanks to msundstr for the report and patch. 2010-11-23 01:46:48 +00:00
__init__.py Bump version number and download URL for 1.3 alpha 1. 2010-11-11 07:15:30 +00:00