1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/docs/ref
Markus Holtermann f633ba778d Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column into a NOT NULL one due to existing rows
Thanks to Simon Charette, Loic Bistuer and Tim Graham for the review.
2014-10-09 21:32:06 +07: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
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
views.txt