1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/django
2012-03-16 00:36:52 +00:00
..
bin
conf Actually warn on empty SECRET_KEY instead of raising a warning as an exception. 2012-03-15 16:50:29 +00:00
contrib Fixed #17908 -- Made some contrib.markup tests be skipped so they don't fail on old versions of Markdown. Thanks to Preston Holmes for the patch. 2012-03-16 00:36:52 +00:00
core Fix #17879: Corrected regression in python (inherited by yaml and json) serializer that prevented serializing model instances with null FK ref to a model when serializing with natural keys. Thanks danfairs and tmitchell. 2012-03-12 19:41:31 +00:00
db Fixed #17882 (again) -- Updated the database connections' time zone when time-zone-related settings are changed in tests. 2012-03-13 23:29:15 +00:00
dispatch
forms
http
middleware Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to i18n URLs. Thanks to Paul for keeping an eye on the standards. 2012-03-02 22:35:26 +00:00
shortcuts
template Fixed #17660 -- Standardize extends tag token parsing 2012-02-21 02:59:05 +00:00
templatetags
test Reverted r16386 because it replaced a brittle method with another not less 2012-03-15 02:46:07 +00:00
utils Fixed #17873 -- Removed stale code from translation utilities that should have been removed a while ago. Thanks, Aymeric Augustin. 2012-03-12 18:51:48 +00:00
views Updated core base translation files with new strings. Refs #17822. 2012-03-05 02:23:17 +00:00
__init__.py Bump trunk to 1.4 RC 2. 2012-03-15 03:29:49 +00:00