Marissa Zhou
|
8b1f39a727
Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE_CLASSES.
|
9 years ago |
Tim Graham
|
167a3203b6
Fixed tests for refs #24767 on databases that don't support microseconds.
|
9 years ago |
Alasdair Nicol
|
1f5b067710
Fixed #24952 -- Fixed example SQL in Func() expressions docs
|
9 years ago |
Tim Graham
|
c19bc2d5d4
Fixed tests from refs #24922 when run in reverse.
|
9 years ago |
Matthew Schinckel
|
bbff3147f2
Made flatatt docstring match reality
|
9 years ago |
Trey Hunner
|
788071e22d
Moved jQuery to a vendor/jquery subdirectory.
|
9 years ago |
Erik Romijn
|
1daae25bdc
Fixed #16860 -- Added password validation to django.contrib.auth.
|
10 years ago |
David Bannon
|
f4416b1a8b
Fixed #24915 -- Added stricter session key validation
|
9 years ago |
Cole Maclean
|
20ff296cb1
Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value.
|
9 years ago |
Sergei Maertens
|
eaf4d8c0d8
Fixed #24922 -- Added system check for templates setting
|
9 years ago |
Markus Amalthea Magnuson
|
1884bf8e8e
Fixed #12437 -- Added css_classes to Form._html_output()
|
9 years ago |
Tomasz Kontusz
|
c2b4967e76
Fixed ImportError message in utils.module_loading.import_string()
|
9 years ago |
Sagar Mittal
|
e5033dcbba
Imported sqlite3 instead of _sqlite3
|
9 years ago |
Marten Kenbeek
|
bc77eb6d08
Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.
|
9 years ago |
Alasdair Nicol
|
1ea87c8c79
Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs
|
9 years ago |
Matthew Somerville
|
a391b17ad2
Fixed #23516 -- Added caching of include tag Template objects
|
9 years ago |
Andriy Sokolovskiy
|
2a7c59cd88
Added missing tests for transforms usage with subquery for PostgreSQL fields
|
9 years ago |
Andriy Sokolovskiy
|
08232ef84d
Fixed #24744 - Fixed relabeled_clone for the Transform
|
9 years ago |
Mark Henwood
|
dee1bcd08a
Fixed #24882 -- Documented Migration.run_before
|
9 years ago |
Marc Tamlyn
|
d58816bd6b
Merge pull request #4818 from dracos/24937-ranging-to-victory
|
9 years ago |
Markus Amalthea Magnuson
|
3fd754f12d
Fixed #24907 -- Updated contributing tutorial with a more recent example ticket.
|
9 years ago |
Matthew Somerville
|
8a842148b6
Switch to aware datetimes in test.
|
9 years ago |
Matthew Somerville
|
86d9b10dc3
Instead of using DjangoJSONEncoder, use base_field's value_to_string.
|
9 years ago |
Claude Paroz
|
7abf418eb1
Fixed GIS tests broken by 0a89915
|
9 years ago |
Marc Tamlyn
|
74f430f093
Merge pull request #4820 from alimony/patch-1
|
9 years ago |
Markus Amalthea Magnuson
|
8957b1682c
Added Markus Amalthea Magnuson to AUTHORS.
|
9 years ago |
Matthew Somerville
|
2926559cce
Fixed #24937 -- fix serialization of Date(Time)RangeField.
|
9 years ago |
Sylvain Fankhauser
|
0a89915783
Fixed #24862 -- Improved PostGIS database connection error message
|
9 years ago |
Mark Lavin
|
541f4ea546
Fixed #24924 -- Join promotion for multiple Case expressions
|
9 years ago |
Marten Kenbeek
|
f0450c9b12
Fixed #24904 -- Fixed nested namespaces in current_app.
|
9 years ago |