János Roden
|
9e4b1ad33e
Fixed #32004 -- Clarified docs for when request.FILES is set.
|
4 years ago |
Mariusz Felisiak
|
75d7af43c1
Corrected docstring quotes in various code.
|
4 years ago |
Mariusz Felisiak
|
f7806193e6
Made indexes tests use required_db_features.
|
4 years ago |
Adam Johnson
|
2d2fbc3a70
Made jinja2 import lazy in django.forms.
|
4 years ago |
Tom Carrick
|
e387f191f7
Fixed #31777 -- Added support for database collations to Char/TextFields.
|
4 years ago |
Mariusz Felisiak
|
ba6b32e5ef
Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator changes.
|
4 years ago |
Tom Carrick
|
278b6187d2
Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.
|
4 years ago |
David D Lowe
|
f3901b5899
Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches.
|
5 years ago |
Mike Lissner
|
8c0794ba0d
Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.
|
4 years ago |
Владимир Лысенко
|
b376297d6c
Tweaked loaddata command to re-use a calculated value.
|
4 years ago |
Hasan Ramezani
|
a046bcadbe
Fixed #31916 -- Fixed combined queryset crash when combining with ordered combined querysets.
|
4 years ago |
Kwist
|
981a072dd4
Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().
|
4 years ago |
Mariusz Felisiak
|
3a9f192b13
Refs #32007 -- Skipped test_q_expression_annotation_with_aggregation on Oracle.
|
4 years ago |
Nick Pope
|
b4d46df5ca
Fixed #29887 -- Added a cache backend for pymemcache.
|
6 years ago |
Nick Pope
|
cda0a3d777
Refs #29887, Refs #24212 -- Added more client servers tests for PyLibMCCache.
|
4 years ago |
Mariusz Felisiak
|
eaf9764d3b
Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.
|
4 years ago |
Hasan Ramezani
|
7be6a6a4d6
Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock() on POSIX systems.
|
4 years ago |
manav014
|
580a4341cb
Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices.
|
4 years ago |
Tim Graham
|
fed257ddff
Prevented creation of 3D test models if not supported.
|
4 years ago |
Tim Graham
|
7f2392981d
Added DatabaseIntrospection.index_default_access_method hook on the PostgreSQL backend.
|
4 years ago |
Mariusz Felisiak
|
e11d05e0b4
Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Meta.ordering.
|
4 years ago |
Alexander Todorov
|
5fab16392f
Fixed #32003 -- Added obj argument to has_perm() methods in tests.
|
4 years ago |
Tom Carrick
|
bcc2befd0e
Fixed #31789 -- Added a new headers interface to HttpResponse.
|
4 years ago |
Tim Graham
|
71ae1ab012
Removed hardcoded paths to SpatialRefSys models in tests.
|
4 years ago |
Tim Graham
|
a7a4ff1026
Refs #26697 -- Removed empty gis_tests.maps.
|
4 years ago |
Mariusz Felisiak
|
3b8857b51a
Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring.
|
4 years ago |
Mariusz Felisiak
|
9a0e5052ed
Corrected exception types in QuerySet docs.
|
4 years ago |
Barton Ip
|
12d6cae7c0
Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID and driver.
|
4 years ago |
Hasan Ramezani
|
5362e08624
Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a pickled Query.
|
4 years ago |
Jon Dufresne
|
84609b3205
Fixed #31993 -- Added subtitles to admin change/view pages.
|
4 years ago |