Claude Paroz 5b9470efd8 Removed old version note in layermapping.txt 10 лет назад
..
class-based-views f2ddc439b1 Fixed #23656 -- Made FormMixin.get_form's form_class argument optional. 10 лет назад
contrib 5b9470efd8 Removed old version note in layermapping.txt 10 лет назад
files 88e13b44ed Fixed #23827 -- TZ behavior in Storage API ref doc 10 лет назад
forms f1f0c4f16b Removed confusing paragraph from the docs. 10 лет назад
models f59fd15c49 Fixed #14030 -- Allowed annotations to accept all expressions 10 лет назад
templates 5c517ec218 Fixed versionchanged indentation in docs/. 10 лет назад
applications.txt a764a9ccff Checked more precisely whether the app registry is ready. 10 лет назад
checks.txt c24a2e6cbd Fixed #23765 -- Removed BooleanField default check which often yielded false positives. 10 лет назад
clickjacking.txt 51c8045145 Removed versionadded/changed annotations for 1.6. 11 лет назад
csrf.txt fa680ce1e2 Fixed #23825 -- Added links for decorating class-based views to the CSRF docs. 10 лет назад
databases.txt e0685368c6 Fixed links to mysqlclient in database notes. 10 лет назад
django-admin.txt 27c9b3a27d Fixed #23808 -- Documented that migrations table is created when using runserver without migrating first. 10 лет назад
exceptions.txt 53ff096982 Prevented data leakage in contrib.admin via query string manipulation. 10 лет назад
index.txt d3db878e4b Moved CSRF docs out of contrib. 10 лет назад
middleware.txt df0523debc Fixed #23531 -- Added CommonMiddleware.response_redirect_class. 10 лет назад
migration-operations.txt f633ba778d Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column into a NOT NULL one due to existing rows 10 лет назад
request-response.txt ca88aa34ad Fixed spelling mistake in docs/ref/request-response.txt 10 лет назад
schema-editor.txt ab8d8e00c9 Improved formatting and links of migration docs. 11 лет назад
settings.txt 4f90c99635 Fixed #23665 -- Noted precedence of settings.USE_L10N in MONTH_DAY_FORMAT and YEAR_MONTH. 10 лет назад
signals.txt b2aad7b836 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 10 лет назад
template-response.txt b748a8bc67 Fixed #23789 -- TemplateResponse handles context differently from render 10 лет назад
unicode.txt 10b17a22be Fixed #19508 -- Implemented uri_to_iri as per RFC. 10 лет назад
urlresolvers.txt 4445d36d47 Fixed #22384 -- Deprecated reversing URLs by dotted path. 10 лет назад
urls.txt a9fd740d22 Fixed #23276 -- Deprecated passing views as strings to url(). 10 лет назад
utils.txt c548c8d0d1 Fixed #18456 -- Added path escaping to HttpRequest.get_full_path(). 10 лет назад
validators.txt c48a29a02a Fixed #23639 -- Fixed doc error in RegexValidator.regex 10 лет назад
views.txt 5b98ba08e2 Fixed #21938 -- Moved documentation for error views to reference guide. 10 лет назад