django1/django
Jannis Leidel 479f2bce3c Removed duplicate entry in introspection PostgreSQL db backend.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-13 20:15:04 +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 Fixed #9459: forms.HiddenInput and DateTime field loses microseconds. Thanks to mt. 2011-06-09 17:03:45 +00:00
contrib Fixed incompatibility (`with` statement usage) with Python 2.5 introduced in [16368]. Thanks ojii for the report via IRC. 2011-06-12 23:50:37 +00:00
core Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn. 2011-06-11 13:48:24 +00:00
db Removed duplicate entry in introspection PostgreSQL db backend. 2011-06-13 20:15:04 +00:00
dispatch 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
forms Minor cosmetic cleanup for r16347. 2011-06-11 15:11:46 +00:00
http Fixed #16201 -- Ensure that requests with Content-Length=0 don't break the multipart parser. Thanks to albsen for the report and patch 2011-06-10 08:39:38 +00:00
middleware Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +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 Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to Jeremy Dunck and tcoenen. 2011-06-11 16:22:45 +00:00
templatetags Enhanced a bit the documentation and docstring for the url template tag. Also, added a test for it. 2011-06-05 23:44:34 +00:00
test Fixed #7836 -- Modified strategy used by the test client to check for session functionality so it is useful in environments where the DB-based session backend isn't being used. Thanks trevor for the report. 2011-06-12 16:33:40 +00:00
utils Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn. 2011-06-11 13:48:24 +00:00
views More removal of poorly legible constructs to workaround Python 2.4 shortcomings. 2011-06-10 18:43:29 +00:00
__init__.py Django is now 1.4 pre-alpha. 2011-04-30 22:51:48 +00:00