0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/django
2010-01-03 18:06:27 +00:00
..
bin
conf Fixed #12220 - Added Serbian Latin to list of languages in global settings. Thanks, Janos Guljas. 2010-01-01 21:38:11 +00:00
contrib Fixed #12443 - Don't use thousand separators on year numbers. 2010-01-01 21:40:19 +00:00
core Fixed #12112 -- Made the colors used by syntax highlighting customizable. 2009-12-28 06:48:47 +00:00
db Fixed #12452 -- Ensured that all connections are closed when a request is finished. Thanks to samuel@lefora.com for the report and fix. 2009-12-28 05:11:57 +00:00
dispatch
forms Fixed #12444 - Date based widgets now correctly handle input values when using locale-aware formatting. Also fixes #7656. 2009-12-30 22:11:48 +00:00
http Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck. 2009-12-17 22:06:41 +00:00
middleware Misc clarifications in csrf middleware comments 2009-10-27 21:31:20 +00:00
shortcuts
template Fixed #12472 - Correctly show TimeFields values when using locale-aware formatting. Thanks to Ramiro Morales for providing the patch. 2010-01-01 21:36:36 +00:00
templatetags
test Ensure the default keyboard interrupt handler is restored 2009-12-31 19:52:26 +00:00
utils Fixed #12445 -- Added ' (single quote), @ (at sign), and ~ (tilde) to safe characters in iri_to_uri function. 2010-01-03 18:06:27 +00:00
views Fixed #12454 - Added support for localized formats to admin date and time widgets. 2009-12-30 22:12:16 +00:00
__init__.py