Craig Smith
|
354c1524b3
|
Fixed #32045 -- Doc'd GenericRelatedObjectManager methods.
This also documents that .remove() and clear() methods delete related
objects.
|
2020-11-06 11:31:21 +01:00 |
Artur Beltsov
|
18c8ced81e
|
Fixed #32169 -- Added distinct support to JSONBAgg.
|
2020-11-04 21:22:54 +01:00 |
christa
|
c36075ac1d
|
Fixed #31983 -- Added system check for file system caches location.
Thanks Johannes Maron and Nick Pope for reviews.
|
2020-11-04 20:30:23 +01:00 |
Nikita Sobolev
|
42f3fafdfa
|
Updated {% static %} tag examples in docs to use single quotes where appropriate.
|
2020-11-02 10:34:24 +01:00 |
Carlton Gibson
|
ad11f5b8c9
|
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
|
2020-10-22 14:15:19 +02:00 |
Tom Carrick
|
f5e07601b2
|
Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.
|
2020-10-21 10:53:44 +02:00 |
Mariusz Felisiak
|
197b55c534
|
Fixed outdated notes in SchemaEditor docs.
|
2020-10-20 09:49:05 +02:00 |
Mariusz Felisiak
|
b3b0be3df3
|
Fixed typo in docs/ref/checks.txt.
|
2020-10-19 19:22:37 +02:00 |
Claude Paroz
|
7f85498eef
|
Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.
|
2020-10-17 20:30:57 +02:00 |
Jacob Walls
|
ac6c426007
|
Fixed #20601 -- Allowed forcing format with thousand separators in floatformat filter.
Thanks Claude Paroz and Nick Pope for reviews.
|
2020-10-13 10:36:46 +02:00 |
Paul Grau
|
855fc06236
|
Fixed #29356 -- Clarified docs for QueryDict.getlist() default.
|
2020-10-08 14:19:51 +02:00 |
Jacob Walls
|
d976c254fc
|
Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widgets.
Thanks to David Smith for investigation and review.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
2020-10-08 12:39:02 +02:00 |
Carlton Gibson
|
3d4ffd1ff0
|
Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples.
Partially reverts afd375fc34 .
Thanks to Tim Graham for review.
|
2020-10-07 10:03:10 +02:00 |
Tom Carrick
|
dcb69043d0
|
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
|
2020-10-07 09:19:57 +02:00 |
Mariusz Felisiak
|
292b3be698
|
Refs #31777 -- Doc'd Char/TextField.db_collation parameter in MySQL notes.
|
2020-10-02 13:29:50 +02:00 |
Nick Pope
|
06c5d3fafc
|
Fixed #32060 -- Added Random database function.
|
2020-10-02 06:58:03 +02:00 |
Peter Marheine
|
f87b0ecd37
|
Fixed #32041 -- Doc'd how to modify served files' content types on Windows.
|
2020-10-01 13:32:26 +02:00 |
MAHANTH-wq
|
0da212ffbf
|
Fixed #32057 -- Doc'd HttpResponse.get()/items().
|
2020-10-01 09:44:40 +02:00 |
aryan
|
11c4a4412b
|
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
This patch allows upload handlers to handle interrupted uploads.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2020-09-30 10:30:43 +02:00 |
David Smith
|
91669cc566
|
Fixed #28009 -- Doc'd empty_value for CharField subclasses.
|
2020-09-25 12:36:33 +02:00 |
David Smith
|
e6d77e6515
|
Fixed empty values of forms.JSONField and forms.UUIDField in docs.
|
2020-09-25 10:12:01 +02:00 |
Mariusz Felisiak
|
33e91f3ed8
|
Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignKeys are not supported.
|
2020-09-25 10:09:28 +02:00 |
Mariusz Felisiak
|
10a289745f
|
Fixed typo and indentation in docs/ref/forms/fields.txt.
|
2020-09-25 10:04:10 +02:00 |
Paweł Zarębski
|
054ab1e00f
|
Fixed example of QuerySet.explain() with flags in docs.
|
2020-09-23 11:47:31 +02:00 |
Mariusz Felisiak
|
77caeaea88
|
Fixed #32012 -- Made test database creation sync apps models when migrations are disabled.
Thanks Jaap Roes for the report.
|
2020-09-23 10:54:04 +02:00 |
Tom Carrick
|
e387f191f7
|
Fixed #31777 -- Added support for database collations to Char/TextFields.
Thanks Simon Charette and Mariusz Felisiak for reviews.
|
2020-09-21 18:24:56 +02:00 |
Mariusz Felisiak
|
ba6b32e5ef
|
Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator changes.
|
2020-09-21 06:25:23 +02:00 |
Mike Lissner
|
8c0794ba0d
|
Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.
|
2020-09-17 14:26:33 +02:00 |
Nick Pope
|
b4d46df5ca
|
Fixed #29887 -- Added a cache backend for pymemcache.
|
2020-09-16 09:40:30 +02:00 |
Tom Carrick
|
bcc2befd0e
|
Fixed #31789 -- Added a new headers interface to HttpResponse.
|
2020-09-14 08:41:59 +02:00 |
Mariusz Felisiak
|
9a0e5052ed
|
Corrected exception types in QuerySet docs.
|
2020-09-13 20:09:44 +02:00 |
Hasan Ramezani
|
5362e08624
|
Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a pickled Query.
|
2020-09-11 07:58:52 +02:00 |
Mariusz Felisiak
|
453967477e
|
Mentioned ASGI handler in SuspiciousOperation docs.
|
2020-09-09 09:05:28 +02:00 |
Hasan Ramezani
|
2808cdc8fb
|
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session destroyed while request is processing.
|
2020-09-09 09:04:28 +02:00 |
Jon Dufresne
|
11ebc6479f
|
Fixed #31791 -- Made technical 404 debug page display the tried URL patterns for Http404.
|
2020-09-07 06:54:19 +02:00 |
Hasan Ramezani
|
d2d08c8cf6
|
Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an integer.
|
2020-09-05 10:07:23 +02:00 |
Carlton Gibson
|
0bf627f0b2
|
Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.
|
2020-09-02 08:29:01 +02:00 |
Joe Jackson
|
9d5d865fd6
|
Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime().
|
2020-09-02 07:42:27 +02:00 |
Hasan Ramezani
|
70731fc6fe
|
Fixed #31934 -- Added note about the default of SameSite cookie flag in modern browsers.
|
2020-08-31 10:57:41 +02:00 |
Kaustubh
|
b9be11d442
|
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.
|
2020-08-26 09:43:39 +02:00 |
Mariusz Felisiak
|
bb8f66934d
|
Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context."
This reverts commit 4ed534758c .
|
2020-08-24 11:37:59 +02:00 |
Ninad Kulkarni
|
927bd888dd
|
Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
|
2020-08-21 08:14:07 +02:00 |
Enderson Menezes
|
67e4a9a4b9
|
Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt.
|
2020-08-20 07:34:03 +02:00 |
Mariusz Felisiak
|
35b03788b0
|
Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.
Follow up to 162765d6c3 .
|
2020-08-18 09:37:15 +02:00 |
Mariusz Felisiak
|
3254991762
|
Refs #20347 -- Allowed customizing the maximum number of instantiated forms in generic_inlineformset_factory().
Follow up to 433dd737f9 .
|
2020-08-18 09:37:15 +02:00 |
Mariusz Felisiak
|
13704b057d
|
Refs #17642 -- Doc'd min_num and validate_min arguments in modelformset_factory() docs.
Changed arguments ordering to match the modelformset_factory()
signature.
|
2020-08-18 09:30:31 +02:00 |
Mariusz Felisiak
|
d534b5734f
|
Fixed typo in docs/ref/django-admin.txt.
|
2020-08-18 06:28:30 +02:00 |
Ahmad A. Hussein
|
61a0ba43cf
|
Refs #31811 -- Added optional timing outputs to the test runner.
|
2020-08-13 17:17:15 +02:00 |
Tom Carrick
|
63300f7e68
|
Fixed #21181 -- Added Collate database function.
Thanks Simon Charette for reviews.
|
2020-08-11 22:21:08 +02:00 |
Adam Alton
|
6e9c5ee88f
|
Removed unnecessary sentence in QuerySet docs.
|
2020-08-07 08:05:47 +02:00 |