django/django
Claude Paroz 5b8e37a69e Fixed typo in MySQL backend doctring
Thanks CHI Cheng for the report.
2014-10-27 14:01:12 +01:00
..
apps Improved warning message when reloading models. Refs #23621. 2014-10-23 01:46:04 +07:00
bin
conf Updated translations from Transifex 2014-09-30 20:55:50 +02:00
contrib Removed unused import 2014-10-24 17:07:50 +02:00
core Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=None 2014-10-27 13:56:25 +01:00
db Fixed typo in MySQL backend doctring 2014-10-27 14:01:12 +01:00
dispatch
forms Removed some commented code in the forms Media class. 2014-10-27 08:21:37 -04:00
http
middleware
template Fixed comment typo in django/template/__init__.py 2014-10-04 08:00:00 -04:00
templatetags Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
test Fixed #23707 -- Prevented discovery of duplicated tests 2014-10-23 21:03:57 +02:00
utils Fixed #23688 -- Updated cached_property to preserve docstring of original function 2014-10-20 17:59:07 -04:00
views Fixed #23695 -- Made condition decorator work for HEAD requests without ETag. 2014-10-21 11:13:29 -04:00
__init__.py
shortcuts.py