Tim Graham
|
80855a4b37
Fixed #21894 -- Corrected a form.clean() example in case a superclass doesn't return data.
|
9 лет назад |
matiasb
|
12aeed8c94
Fixed #24976 -- Fixed missing form label in tabular inline.
|
9 лет назад |
Tim Graham
|
bab9c09342
Fixed spelling of "unpicklable" in cache tests.
|
9 лет назад |
Jacek Bzdak
|
32cd706971
Fixed #25574 -- Documented {{ dict.items }} shadowing in for template tag docs.
|
9 лет назад |
Sergey Fedoseev
|
87d2bdd212
Removed duplicated entry from AUTHORS.
|
9 лет назад |
Jon Dufresne
|
05248a1009
Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse.
|
9 лет назад |
Daniel Hahler
|
1745aa000a
Fixed #25586 -- Fixed possible table cell misalignment in admin's tabular inlines.
|
9 лет назад |
Yusuke Miyazaki
|
230d8c7301
Fixed #25578 -- Corrected the casing of "GitHub".
|
9 лет назад |
Sergey Fedoseev
|
a272db7008
Fixed #25580 -- Allowed `None` to be set as SRID value.
|
9 лет назад |
Andrew Artajos
|
48888a1a67
Fixed #25501 -- Made the file-based cache backend use the highest pickling protocol.
|
9 лет назад |
John Vandenberg
|
9e3f6c7483
Fixed quad quoted ("""") docstring starts.
|
9 лет назад |
Tim Graham
|
541aa2434d
Removed "how to release Django" steps for 1.4 (no longer supported).
|
9 лет назад |
Tim Graham
|
4a50daf6b3
Fixed #25562 -- Skipped a time dependent admin_filters test on Windows.
|
9 лет назад |
Simon Charette
|
2ee67f0373
Moved an inner function in db.migrations.state to avoid redefinition.
|
9 лет назад |
Simon Charette
|
63f0e2df2a
Refs #18012 -- Accounted for reverse proxy relations in migrations.
|
9 лет назад |
Simon Charette
|
3db3ab71e9
Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
|
9 лет назад |
Ville Skyttä
|
aff4b75c34
Fixed #25566 -- Added title to admin's closing popup response page
|
9 лет назад |
Claude Paroz
|
f59a0401e5
Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Media.absolute_path
|
9 лет назад |
Ville Skyttä
|
6ff500127a
Fixed #25565 -- Removed action="" from admin forms (invalid in HTML5).
|
9 лет назад |
Aymeric Augustin
|
df0a446fd4
Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS.
|
9 лет назад |
Josh Smeaton
|
6c95b134e9
Fixed #25517 -- Made Concat function idempotent on SQLite.
|
9 лет назад |
Yusuke Miyazaki
|
0922bbf18d
Fixed #25346 -- Allowed collectstatic to delete broken symlinks.
|
9 лет назад |
Brian Gianforcaro
|
a3fffdca24
Fixed #25558 -- Fixed nondeterministic test failure on Windows: test_clearsessions_command.
|
9 лет назад |
Simon Charette
|
c1b6a8a98b
Fixed #25560 -- Made empty string related_name invalid.
|
9 лет назад |
Tim Graham
|
4dcc2a1955
Used SchemaEditor.delete_model() for teardown in schema tests.
|
9 лет назад |
Tim Graham
|
4cc6f8b764
Forwardported 1.8.6 release note.
|
9 лет назад |
Antoine Catton
|
b971c1cd78
Fixed #25506 -- Allowed filtering over a RawSQL annotation.
|
9 лет назад |
Tim Graham
|
c7aff31397
Refs #25535 -- Minor edits to ForeignObject check changes.
|
9 лет назад |
Sergey Fedoseev
|
92c1ae1b0b
Fixed quotes in GeoQuerySet aggregates examples.
|
9 лет назад |
Tim Graham
|
f6b9e6bf4f
Fixed typo in docs/ref/models/relations.txt.
|
9 лет назад |