1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/docs/ref
Dori c48a29a02a Fixed #23639 -- Fixed doc error in RegexValidator.regex
Thanks to @claudep for the report and the original patch.
2014-10-12 12:59:26 +01:00
..
class-based-views Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model uses. 2014-10-06 08:23:42 -04:00
contrib Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt. 2014-10-06 17:44:58 -04:00
files
forms
models Fixed #23602 -- Add comment on get_absolute_url regarding user input 2014-10-06 19:11:06 +02:00
templates
applications.txt
checks.txt Fixed #22064 -- Add check for related_name 2014-10-04 20:47:26 -03:00
clickjacking.txt
databases.txt Fixed #23631 -- Removed outdated note on MySQL timezone support. 2014-10-10 15:18:54 -04:00
django-admin.txt
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column into a NOT NULL one due to existing rows 2014-10-09 21:32:06 +07:00
request-response.txt
schema-editor.txt
settings.txt Made minor typographic correction to SECRET_KEY docs. 2014-10-04 10:32:30 +02:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt Fixed #23639 -- Fixed doc error in RegexValidator.regex 2014-10-12 12:59:26 +01:00
views.txt