Sergey Fedoseev
|
6bbf9a20e2
|
Fixed #29770 -- Added LinearRing.is_counterclockwise property.
|
2019-10-25 14:28:26 +02:00 |
Mariusz Felisiak
|
daa9415f78
|
Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.
|
2019-10-25 11:22:03 +02:00 |
Saad
|
fc2b1cc926
|
Fixed #30904 -- Doc'd caveat about using filtered queryset with select_for_update() on MySQL.
|
2019-10-25 08:34:06 +02:00 |
Carlton Gibson
|
cabf1fe37e
|
Refs #30897 -- Made cosmetic edits to QuerySet.explain() documentation.
|
2019-10-24 15:16:25 +02:00 |
Nick Pope
|
55df1750be
|
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on MariaDB and MySQL 8.0.18+.
|
2019-10-24 15:13:26 +02:00 |
Nick Pope
|
742961332e
|
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8.0.16+.
|
2019-10-24 15:13:23 +02:00 |
Antonio Dudarev
|
6c23b43655
|
Refs #13724 -- Corrected QuerySet signature in docs.
|
2019-10-22 14:23:21 +02:00 |
André Ericson
|
31174031f1
|
Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.
|
2019-10-21 08:44:20 +02:00 |
Mariusz Felisiak
|
3a8af298b9
|
Fixed #30890 -- Added MariaDB support for the relate lookup.
|
2019-10-18 07:46:31 +02:00 |
sage
|
6f82df69ef
|
Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins.
|
2019-10-17 12:30:29 +02:00 |
Mariusz Felisiak
|
187a64608d
|
Fixed #30885 -- Dropped support for MariaDB 10.1.
|
2019-10-16 18:40:48 +02:00 |
Mariusz Felisiak
|
1c5ec221a4
|
Fixed #30562 -- Doc'd MariaDB support for GIS spatial lookups.
|
2019-10-16 16:33:43 +02:00 |
Mariusz Felisiak
|
440603a4bc
|
Refs #28436 -- Corrected docs regarding MySQL support of distance lookups.
|
2019-10-16 14:39:13 +02:00 |
Mariusz Felisiak
|
5becb36a79
|
Refs #22423 -- Corrected crosses lookup support on MySQL in documentation.
Support was added in 15715bf .
|
2019-10-16 13:56:23 +02:00 |
René Fleschenberg
|
d232fd76a8
|
Clarified that SECURE_REDIRECT_EXEMPT patterns should not include leading slashes.
|
2019-10-11 15:30:33 +02:00 |
Flavio Curella
|
ed112fadc1
|
Fixed #23755 -- Added support for multiple field names in the no-cache Cache-Control directive to patch_cache_control().
https://tools.ietf.org/html/rfc7234#section-5.2.2.2
|
2019-10-10 19:30:51 +02:00 |
Caio Ariede
|
dafdfd6a60
|
Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel.
|
2019-10-08 12:11:06 +02:00 |
Caio Ariede
|
06909fe084
|
Fixed #28273 -- Doc'd fast nullable column creation with defaults.
|
2019-10-07 13:15:27 +02:00 |
Tamer Sherif
|
e3f647f4d5
|
Refs #10348 -- Doc'd that ModelAdmin ignores list_select_related when QuerySet.select_related() was already called.
|
2019-10-07 10:38:08 +02:00 |
Katie McLaughlin
|
9dca904a5b
|
Fixed #30834 -- Added explicit list of supported databases to the databases docs.
|
2019-10-03 19:34:51 +02:00 |
Min ho Kim
|
103a6f4307
|
Fixed some typos in comments and docs.
Thanks to Mads Jenson for review.
|
2019-10-02 15:50:46 +02:00 |
Mar Sánchez
|
f1d4a540b2
|
Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.
|
2019-10-02 14:39:01 +02:00 |
Carlton Gibson
|
9446950470
|
Refs #28699 -- Clarified CSRF middleware ordering in relation to RemoteUserMiddleware.
|
2019-10-02 13:11:03 +02:00 |
Sjbrgsn
|
7b3c06cd72
|
Fixed #30817 -- Clarified return value of Sitemap.items().
|
2019-10-02 11:55:56 +02:00 |
Anatol Ulrich
|
8ed6788aa4
|
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day lookup.
|
2019-10-02 10:41:34 +02:00 |
Mariusz Felisiak
|
e1aa932802
|
Added missing import in ref/models/database-functions.txt.
|
2019-10-02 09:58:14 +02:00 |
Tanner Stirrat
|
17595407ca
|
Fixed #14218 -- Added Paginator.__iter__().
|
2019-10-02 09:49:31 +02:00 |
David Vaz
|
e02f67ef2d
|
Doc'd that migrate commmand accepts a unique migration name prefix.
|
2019-09-30 09:24:11 +02:00 |
David Vaz
|
45554fd5c5
|
Fixed #30597 -- Clarified how to unapply migrations.
|
2019-09-27 21:25:27 +02:00 |
David Vaz
|
abba563c86
|
Refs #30597 -- Added a warning about dependent apps when unapplying migrations.
|
2019-09-27 19:48:54 +02:00 |
Glenn
|
c2678e4975
|
Fixed #27921 -- Clarified usage of make_aware() with is_dst argument.
|
2019-09-27 09:27:33 +02:00 |
Oleg Kainov
|
c574bec092
|
Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to relative paths.
Thanks Florian Apolloner for reviews.
Co-authored-by: Joel Dunham <Joel.Dunham@technicalsafetybc.ca>
|
2019-09-25 19:47:03 +02:00 |
Claude Paroz
|
d71497bb24
|
Refs #26601 -- Used new-style middlewares in documentation.
|
2019-09-24 09:58:17 +02:00 |
Jezeniel Zapanta
|
e8ad265ac8
|
Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_exempt.
|
2019-09-23 15:09:37 +02:00 |
Mariusz Felisiak
|
343afa7880
|
Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDField on PostgreSQL.
|
2019-09-23 08:24:00 +02:00 |
Mariusz Felisiak
|
28e769dfe6
|
Fixed typo in docs/ref/settings.txt.
|
2019-09-23 08:17:58 +02:00 |
Luke Plant
|
45304e444e
|
Refs #28622 -- Clarified security implications of PASSWORD_RESET_TIMEOUT.
|
2019-09-20 13:53:01 +02:00 |
Hasan Ramezani
|
226ebb1729
|
Fixed #28622 -- Allowed specifying password reset link expiration in seconds and deprecated PASSWORD_RESET_TIMEOUT_DAYS.
|
2019-09-20 13:52:04 +02:00 |
Carlton Gibson
|
bae05bcf68
|
Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers for add() and remove().
Thank you to Mariusz Felisiak for review.
|
2019-09-19 11:34:59 +02:00 |
Claude Paroz
|
b8dff52f44
|
Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.
|
2019-09-14 17:10:08 +02:00 |
Ben Falk
|
4056558a1c
|
Fixed typos in docs/ref/settings.txt.
|
2019-09-13 20:36:35 +02:00 |
Nick Pope
|
1c66767d4e
|
Refs #27910 -- Improved documentation for model field choice enumeration types.
|
2019-09-13 15:37:40 +02:00 |
Mariusz Felisiak
|
0ddb4ebf7b
|
Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.
Per deprecation timeline.
|
2019-09-10 12:01:00 +02:00 |
Mariusz Felisiak
|
f1894bae30
|
Refs #28606 -- Removed CachedStaticFilesStorage per deprecation timeline.
|
2019-09-10 12:01:00 +02:00 |
Mariusz Felisiak
|
cb2be9d5d5
|
Refs #29546 -- Removed django.utils.timezone.FixedOffset per deprecation timeline.
|
2019-09-10 12:01:00 +02:00 |
Mariusz Felisiak
|
3d716467a9
|
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
|
2019-09-10 12:01:00 +02:00 |
Mariusz Felisiak
|
b47bb4c4a7
|
Refs #29598 -- Removed FloatRangeField per deprecation timeline.
|
2019-09-10 12:01:00 +02:00 |
Mariusz Felisiak
|
416c584cab
|
Removed versionadded/changed annotations for 2.2.
|
2019-09-10 12:01:00 +02:00 |
Vojtech Bocek
|
10d5e439e9
|
Refs #28107 -- Doc'd how to subclass an existing database engine.
|
2019-09-09 14:04:41 +02:00 |
Nick Pope
|
406dba04e1
|
Fixed #29406 -- Added support for Referrer-Policy header.
Thanks to James Bennett for the initial implementation.
|
2019-09-09 13:35:41 +02:00 |