GwynBleidD
83605a17f0
[2.2.x] Refs #30062 -- Corrected UniqueConstraint signature in docs.
...
Backport of 5402061c80aa2ede08a7c6b3ff204646c5059cf7 from master
2019-05-20 10:54:19 +02:00
mentix02
da10b647f7
[2.2.x] Changed poll_id to poll_ids in examples of custom management commands.
...
Backport of fa422dd78b9a90143913ebb1d8c0e796504c2bee from master
2019-05-20 10:44:34 +02:00
Thomasina Lee
3d4e53bcb1
[2.2.x] Fixed #30488 -- Removed redundant Coalesce call in SQL generated by SearchVector.
...
Regression in 405c8363362063542e9e79beac53c8437d389520.
Backport of c38e7a79f4354ee831f92deb7a658fc0387e3bec from master
2019-05-20 09:12:32 +02:00
ruchit2801
db7d7901ee
[2.2.x] Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contains expressions.
...
Regression in 1b1f64ee5a78cc217fead52cbae23114502cf564.
Backport of 04042b2b440f0bf50eb908d52cfe76af430e1738 from master
2019-05-18 20:05:31 +02:00
Jon Dufresne
ed221f7c97
[2.2.x] Changed docs to link to Python's description of iterable.
...
Backport of e86cc14bd36734d81c4e490a2453778e33b95a45 from master
2019-05-17 17:27:57 +02:00
Daniel Hepper
0aca34fc83
[2.2.x] Fixed #25633 -- Updated macOS Spatialite installation instructions.
...
Updated the Spatialite installation instruction to refer to the latest
available version from KyngChaos, as Gaia-SINS does not provide MacOS
binaries anymore.
Backport of ccb7f7c6d237900614290085cca103d9509b89b9 from master
2019-05-17 16:24:43 +02:00
Tobias Kunze
85b698449f
[2.2.x] Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.
...
Backport of a309821c973cf3bcfe817bb71163fcccc461cec1 from master
2019-05-17 12:49:19 +02:00
Alex
4ef96cce6a
[2.2.x] Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity warning.
...
Backport of 1686dce06c1f3587e90ea98816eddaa965fd9f45 from master
2019-05-17 12:25:12 +02:00
Claude Paroz
34a357d519
[2.2.x] Fixed #30459 -- Delegated hide/show JS toggle to parent div.
...
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of e286987a27271c8ee7eb6e4d4332b563c4e6094b from master
2019-05-17 08:04:59 +02:00
Jon Dufresne
08c8838727
[2.2.x] Changed tuple choices to list in docs.
...
Backport of 97d3321e89c8d4434927bdbc308db1ccffa99d3b from master
2019-05-15 14:41:01 +02:00
Ahisahar Pretel
f6febbc078
[2.2.x] Fixed #30316 -- Added source code link to the default logging configuration in logging docs.
...
Backport of 717362d810955b9514e2ccd989f8a1647c9d7a00 from master
2019-05-15 12:37:21 +02:00
Jonatas C. Damasceno
72fe36c246
[2.2.x] Fixed #30437 -- Clarified that urlpatterns can be a sequence.
...
Backport of 8aad3321ed6f0b603361767a4fe00d046b5fdd34 from master
2019-05-14 06:47:14 +02:00
Mariusz Felisiak
5d1cf9c442
[2.2.x] Added stub release notes for 2.2.2.
...
Backport of 30dd43884e8e5dfb3dfd7e31fc78fd569f15916a from master
2019-05-08 14:45:37 +02:00
Daniel Musketa
4cfbd2c0c2
[2.2.x] Fixed typo in docs/ref/django-admin.txt.
...
Backport of 59de9494e7513de29bc71bd0b27445daff25a4b3 from master
2019-05-07 12:59:14 +02:00
Tobias Kunze
769f87fd24
[2.2.x] Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the field the relation points to.
...
Backport of a44a21a22f20c1a710670676fcca798dd6bb5ac0 from master
2019-05-07 12:58:55 +02:00
Tobias Kunze
bf9e0e342d
[2.2.x] Refs #20122 -- Corrected documentation of pluralize template filter.
...
Backport of e3968df527c4d378677f4784fb1bc0c86950fcf8 from master
2019-05-03 11:53:56 +02:00
Mariusz Felisiak
2166fe337e
[2.2.x] Post-release version bump.
2019-05-01 09:11:33 +02:00
Mariusz Felisiak
d5b0625cdf
[2.2.x] Bumped version for 2.2.1 release.
2.2.1
2019-05-01 07:21:22 +02:00
Mariusz Felisiak
9d5ce09aec
[2.2.x] Updated man page for Django 2.2.
2019-05-01 07:15:24 +02:00
Mariusz Felisiak
e7629cecde
[2.2.x] Added release date for 2.2.1.
...
Backport of 2106b983c433586925df12cdca72374829756e45 from master
2019-05-01 07:07:19 +02:00
can
58391b4d16
[2.2.x] Fixed #30412 -- Fixed crash when adding check constraints with OR'ed condition on Oracle and SQLite.
...
Backport of 719b7466203181066d9537d2e3bec687dffc9f41 from master
2019-04-30 13:43:02 +02:00
Tobias Kunze
54fcdf168a
[2.2.x] Fixed #20629 -- Rephrased custom user models admonition.
...
Backport of eb16c7260e573ec513d84cb586d96bdf508f3173 from master
2019-04-30 09:49:38 +02:00
Simon Charette
f36239fa19
[2.2.x] Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator on Oracle and PostgreSQL.
...
The LIKE operator wildcard generated for contains, startswith, endswith and
their case-insensitive variant lookups was conflicting with parameter
interpolation on CREATE constraint statement execution.
Ideally we'd delegate parameters interpolation in DDL statements on backends
that support it but that would require backward incompatible changes to the
Index and Constraint SQL generating methods.
Thanks David Sanders for the report.
Backport of a8b3f96f6acfa082f99166e0a1cfb4b0fbc0eace from master
2019-04-30 08:54:30 +02:00
Tom Forbes
d326c743ef
[2.2.x] Fixed #30323 -- Fixed detecting changes by autoreloader when using StatReloader.
...
Backport of 6754bffa2b2df15a741008aa611c1bb0e8dff22b from master
2019-04-29 12:18:29 +02:00
Tom Forbes
097457afe4
[2.2.x] Refs #30323 -- Prevented crash of autoreloader when get_resolver().urlconf_module raising an exception.
...
Backport of 0636d4d2aa6e4469198fdf662225ad862e60c5e3 from master
2019-04-29 12:18:18 +02:00
Carlton Gibson
4f8ebdd098
[2.2.x] Fixed #30351 -- Handled pre-existing permissions in proxy model permissions data migration.
...
Regression in 181fb60159e54d442d3610f4afba6f066a6dac05.
Backport of 98296f86b340c8c9c968375d59f1d3a3479e60c2 from master
2019-04-27 21:08:46 +02:00
Jacob Green
e45763193f
[2.2.x] Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds and made it customizable.
...
Made the default timeout of watchman client customizable via
DJANGO_WATCHMAN_TIMEOUT environment variable.
Backport of ed3c59097a01ed3f32f8a8bed95307fb5c181251 from master
2019-04-26 13:35:47 +02:00
Aarni Koskela
a4095dadc4
[2.2.x] Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMiddleware subclasses.
...
Backport of efeceba589974b95b35b2e25df86498c96315518 from master
2019-04-26 11:51:28 +02:00
Alasdair Nicol
3c3df7db8e
[2.2.x] Fixed #30318 -- Added check for importability of arguments of custom error handler views.
...
Thanks to Jon on Stack Overflow for reporting the issue.
Backport of a5accc0368c6575b55976c06af36ed399c85c781 from master
2019-04-25 11:38:35 +02:00
Mariusz Felisiak
f24cf51661
[2.2.x] Fixed #30362 -- Noted partial indexes and constraints restrictions with abstract base classes.
...
Thanks Carlton Gibson for the review.
Backport of 5df3301aab9e1d1c386799263bef5cf013985c83 from master
2019-04-25 07:37:34 +02:00
Mariusz Felisiak
158cfebe87
[2.2.x] Fixed UniqueConstraint example in ref/models/constraints.txt.
...
Backport of f8f0f92ed9f73a025de599bd1a4965f2cc2ebbba from master
2019-04-25 07:37:21 +02:00
Luke Plant
46416554f3
[2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs.
...
Backport of 0c916255eb4d94e06e123fafec93efdba45b1259 from master
2019-04-24 10:33:05 +02:00
Simon Charette
88bf635c35
[2.2.x] Fixed #30385 -- Restored SearchVector(config) immutability.
...
Regression in 1a28dc3887e8d66d5e3ff08cf7fb0a6212b873e5.
The usage of CONCAT to allow SearchVector to deal with non-text fields
made the generated expression non-IMMUTABLE which prevents a functional
index to be created for it.
Using a combination of COALESCE and ::text makes sure the expression
preserves its immutability.
Refs #29582 . Thanks Andrew Brown for the report, Nick Pope for the
review.
Backport of 405c8363362063542e9e79beac53c8437d389520 from master
2019-04-23 08:32:36 +02:00
Ville Skyttä
47885278c6
[2.2.x] Fixed typo in docs/internals/contributing/committing-code.txt.
...
Backport of 34a68c2cbea837b81cd9ab6bc91563416612157c from master
2019-04-21 12:48:14 +02:00
Mariusz Felisiak
ba20579106
[2.2.x] Made cosmetic edits in docs/releases/2.2.1.txt.
...
Backport of 753580ecd17de62fa8ab9cd43c4cd0b986f9e348 from master
2019-04-19 08:29:23 +02:00
Scott Fitsimones
95811c3de9
[2.2.x] Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a custom validator is callable.
...
Backport of a14c0fda15db7e0eb982ac7b68d47b45fc95b4cb from master
2019-04-19 08:21:29 +02:00
Mariusz Felisiak
bb54a2daee
[2.2.x] Removed unused imports.
2019-04-18 07:49:35 +02:00
can
e85317d731
[2.2.x] Fixed #30335 , #29139 -- Fixed crash when ordering or aggregating over a nested JSONField key transform.
...
Backport of d87bd29c4f8dfcdf3f4a4eb8340e6770a2416fe3 from master.
2019-04-18 07:37:48 +02:00
Willy Njundong
ef38777ee8
[2.2.x] Updated SpatiaLite install instructions to suggest first package from recent Debian-based distributions.
...
Backport of 8180ffba21bf10f4be905cb0d4890dc2bcff2788 from master
2019-04-17 07:57:20 +02:00
Tobias Kunze
b51842af26
[2.2.x] Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape translations.
...
Backport of 7d49ad76562e8c0597a0eb66046ab423b12888d8 from master
2019-04-16 10:47:32 +02:00
Tobias Kunze
c0dc49a772
[2.2.x] Fixed #14009 -- Fixed custom formset validation example in docs.
...
Backport of d610521bffe9d44a070ebe3a719b474aff6d3d1e from master
2019-04-16 09:26:44 +02:00
Gary Donovan
0ba78c3989
[2.2.x] Fixed typo in docs/ref/models/instances.txt.
...
Backport of 516d858e7a3d01443cdc4e1eb4532b9d910f5e2b from master
2019-04-16 08:27:05 +02:00
Tobias Kunze
5289d4faec
[2.2.x] Refs #30325 -- Added tests for using count()/exists() with custom managers and reverse M2M relations.
...
Backport of 9ac8520fcde29840a1345be19d80dbda53aa6d03 from master
2019-04-15 12:39:56 +02:00
Mariusz Felisiak
e8de1cc94c
[2.2.x] Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on a many-to-many relation."
...
This reverts commit 1299421cadc4fcf63585f2f88337078e43e660e0 due to
a regression with custom managers.
Backport of 5f7991c42cff73b6278106d499d719b726f85ead from master
2019-04-15 12:39:42 +02:00
sage
86de106864
[2.2.x] Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.
...
Backport of bfae195b0a2c8dae755610a7e23add5c6bc37b5e from master
2019-04-15 09:13:56 +02:00
Florian Apolloner
896cc71901
[2.2.x] Fixed #30350 -- Prevented recreation of migration for operations with a range object.
...
Thanks to Mariusz Felisiak for helping with the patch.
Backport of 2e38f2015aba224b68a91a3012b87223f3046bb6 from master.
2019-04-14 12:58:34 +02:00
gnl
5ed5ce5211
[2.2.x] Corrected wording in docs/intro/overview.txt.
...
Backport of 9f1d78f85704cb118e9f22efd57518a3584aa4ae from master
2019-04-14 09:54:39 +02:00
Daniel Musketa
f5c1d02f13
[2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.
...
Backport of ba726067604ce5a8ca3919edf653496722b433ab from master
2019-04-13 12:36:12 +02:00
Bruno Furtado
bfe279293c
[2.2.x] Fixed #30321 -- Added example of changed_data to forms docs.
...
Backport of 571ab44e8a8936014c22e7eebe4948d9611fd7ce from master
2019-04-09 22:54:02 +02:00
Florian Apolloner
b88ffef7ea
[2.2.x] Fixed #30330 -- Fixed setting of primary key to None during fast-delete.
...
Regression in bc7dd8490b882b2cefdc7faf431dc64c532b79c9.
Backport of afc708cf6d047b35db57bd7c55baeffef459d279 from master
2019-04-08 21:44:17 +02:00