0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/ref
Berker Peksag 5d263dee30 Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string().
Thanks Aymeric Augustin for the suggestion and review.
2014-02-08 11:12:19 -05:00
..
class-based-views
contrib Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each request. 2014-02-06 04:45:49 -05:00
files
forms Made some PEP8 fixes in docs/ref/forms/widgets.txt 2014-02-04 06:24:13 -05:00
models Removed extra backquote in field docs 2014-02-08 14:20:56 +01:00
templates
applications.txt
checks.txt
clickjacking.txt
databases.txt
django-admin.txt
exceptions.txt Fixed #16192 -- Made unique error messages in ModelForm customizable. 2014-02-08 04:59:09 -05:00
index.txt
middleware.txt Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each request. 2014-02-06 04:45:49 -05:00
request-response.txt
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
validators.txt
views.txt