1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/django
2013-03-11 15:38:40 -05:00
..
bin
conf Fixed #16888 -- Added microseconds in localized input formats 2013-03-02 19:04:23 +01:00
contrib Deprecated django.contrib.comments. 2013-03-11 15:38:40 -05:00
core Fixed loaddata command, broken in the previous merge. 2013-03-11 15:43:42 +01:00
db Avoided closing the database connection within a transaction. 2013-03-11 21:08:49 +01:00
dispatch
forms Fixed a regression in forms changed_data 2013-03-08 18:19:24 +01:00
http Fixed #20019 -- Ensured HttpRequest.resolver_match always exists. 2013-03-10 23:28:19 +01:00
middleware Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00
shortcuts
template
templatetags Fixed #19915 - Made blocktrans tag honor TEMPLATE_STRING_IF_INVALID. 2013-03-03 16:10:11 -03:00
test Abused atomic for transaction handling in TestCase. 2013-03-11 15:05:05 +01:00
utils Fixed #15363 -- Renamed and normalized to get_queryset the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
views
__init__.py