Florian Apolloner
|
a0bfe4ea98
Replaced django-admin.py with django-admin in the man page.
|
10 years ago |
Niclas Olofsson
|
cdc25ac474
Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to invalid data types..
|
10 years ago |
Loic Bistuer
|
7579080899
Used JsonResponse in CBV examples.
|
10 years ago |
Jürno Ader
|
76f2f58a18
Fixed #22956 -- Made PermissionManager.get_by_natural_key() use the correct database for content type lookup.
|
10 years ago |
Tim Graham
|
da59902250
Updated timezone docs to use timezone.now()
|
10 years ago |
Anubhav Joshi
|
0dd05c9e66
Fixed #16383 -- Raised the AttributeError raised in property of an object when used in a template.
|
10 years ago |
Nick Sandford
|
9d9f0acd7e
Fixed #13163 -- Added ability to show change links on inline objects in admin.
|
10 years ago |
Tim Graham
|
9a922dcad1
Fixed flake8 warnings.
|
10 years ago |
Florian Apolloner
|
4453c80634
Fixed the previous commit for Python3.
|
10 years ago |
areski
|
97a38de230
Fixed #23112 -- Field.get_choices tries to index an iterable
|
10 years ago |
Tim Graham
|
c2ab501bab
Fixed test failure on Windows.
|
10 years ago |
Christoph Heer
|
d47409831f
Fixed #23067 -- Updated docs to use django-admin
|
10 years ago |
Tim Graham
|
66630f589c
Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.
|
10 years ago |
Tim Graham
|
34c60c42b6
Fixed flake8 errors.
|
10 years ago |
areski
|
67d7da5fb9
Fixed #23107 -- Made runserver output respect --no-color.
|
10 years ago |
Tim Graham
|
7fcfefbc4a
Forwardported 1.6.6 release note for #19107.
|
10 years ago |
Tim Graham
|
abb97cffdf
Fixed #23132 -- Removed confusing clause in auth docs.
|
10 years ago |
Kit La Touche
|
17e75d03f9
Fixed #23129 -- Added 'true' and 'false' to `NullBooleanField`.
|
10 years ago |
Andrew Godwin
|
096a5de5d2
Fixed #23092: Squashing handles external dependencies
|
10 years ago |
Andrew Godwin
|
b9a9b052e8
Fixed #23127: south_migrations note in docs
|
10 years ago |
Andrew Godwin
|
8ebd6d35d7
Fixed #23090: Document and enforce not double-squashing migrations
|
10 years ago |
Andrew Godwin
|
a338e07735
Fixed #23101: Prefer doing deletes before creates in autodetector.
|
10 years ago |
David Arcos
|
b9daa4f0e1
Fixed a typo in the admin documentation.
|
10 years ago |
Andrew Godwin
|
4418559138
Fix soft_applied in a way that doesn't break tests
|
10 years ago |
Andrew Godwin
|
5ed3834cbe
Make detect_soft_applied exit correctly on non-create migrations
|
10 years ago |
Tim Graham
|
f294f93a17
Forwardported 1.6.6 release notes for refs #20292.
|
10 years ago |
Tim Graham
|
e46801f13d
Fixed #23079 -- Added data loss issues to those that will be backported to LTS.
|
10 years ago |
Tim Graham
|
b012122d30
Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.
|
10 years ago |
Marc Tamlyn
|
ef9f109013
Fixed #22962 -- Default values for ArrayField with migrations.
|
10 years ago |
Baptiste Mispelon
|
e5619330e2
Fixed #23123 -- Don't use a bare except in ModelAdmin documentation
|
10 years ago |