django1/django
Adrian Holovaty a87be3554f Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs #15702 -- thanks to jonash for the patch. Splitting this over muliple commits to make it more manageable.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15926 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-28 01:40:43 +00:00
..
bin Fixed #14419 -- Enhanced the help text of the makemessages management command. Thanks lsaffre for the report and suggestions and gruszczy for the patch. 2011-01-25 01:39:39 +00:00
conf Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" translation for backwards compatibility. 2011-03-20 22:16:35 +00:00
contrib Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs #15702 -- thanks to jonash for the patch. Splitting this over muliple commits to make it more manageable. 2011-03-28 01:40:43 +00:00
core Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs #15702 -- thanks to jonash for the patch. Splitting this over muliple commits to make it more manageable. 2011-03-28 01:40:43 +00:00
db Fixed #15647 -- Changed in_bulk() not to type check its input, which now allows for passing any iterable. Thanks, calvinspealman 2011-03-26 17:50:10 +00:00
dispatch Preventing problems possibly introduced by r14662 2010-11-21 17:34:21 +00:00
forms Importing django.forms no longer requires DJANGO_SETTINGS_MODULE. Moved django.db.connections import in django.forms.models to the method where it's used. 2011-03-14 04:42:04 +00:00
http Fixed #15642 -- Removed redundant imports in http/__init__.py. Thanks, jammon 2011-03-26 03:13:22 +00:00
middleware Fixed #15635 -- Converted two legacy old-style raise statements. Thanks, DaNmarner 2011-03-26 03:30:48 +00:00
shortcuts Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. 2011-01-05 22:41:43 +00:00
template Removed an unused code path. 2011-03-10 18:42:33 +00:00
templatetags Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError if an included variable can't be found in the context. Thanks, melinath. 2011-03-02 21:36:41 +00:00
test Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked individually by the test runner. Thanks to SmileyChris for the report and patch. 2011-03-18 01:17:48 +00:00
utils Fixed #15635 -- Converted two legacy old-style raise statements. Thanks, DaNmarner 2011-03-26 03:30:48 +00:00
views Fixed #15575 -- Corrected handling of pagination in generic views to match documentation and historical behavior. Thanks to Ivan Virabyan for the report and patch. 2011-03-15 08:24:31 +00:00
__init__.py Bump everything for 1.3. 2011-03-23 05:06:31 +00:00