Tim Graham
6b3940b5a4
[2.2.x] Used extlinks for GitHub commits.
...
Backport of c34c6d0a2fc6d9bc55fb2db94b9ed40141babb15 from master.
2019-02-01 15:49:31 -05:00
Daniel Roseman
a3ce94e96e
[2.2.x] Used LoginRequiredMixin in "Models and request.user" example.
...
Backport of 6da28d5edfaee1858c8f7ae603a717aaa05e15cf from master.
2019-01-31 18:02:13 -05:00
Robert Coup
953067d8dc
[2.2.x] Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).
...
Backport of a8b03bea180e0660c0e159f3e7cf6192b512925f from master
2019-01-31 13:42:29 -05:00
Sergey Fedoseev
6187519236
[2.2.x] Corrected output of Prefetch.to_attr example.
...
Backport of ba7a420012799b26ec9e969d0276d2ccee93c1f5 from master.
2019-01-31 09:09:34 -05:00
Carlton Gibson
89d39dc1d7
[2.2.x] Fixed #30091 -- Doc'd middleware ordering requirements with CSRF_USE_SESSIONS.
...
Backport of bae66e759faee8513da4b11d3fd16b044b415bdb from master.
2019-01-30 13:12:43 -05:00
Mariusz Felisiak
6e8b11ab2b
[2.2.x] Fixed E117 and F405 flake8 warnings.
...
Backport of 5a5c77d55dc85c7e6cf910243257e408887f412a from master
2019-01-30 13:08:19 +01:00
Daniel Hahler
2789cc633f
[2.2.x] Fixed typo in docs/releases/2.2.txt.
...
Backport of 14581553e4ce9918aeb427fee7e5d7b6681e4e85 from master
2019-01-29 09:10:53 -05:00
Claude Paroz
caaa01142d
[2.2.x] Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the catalog.
...
Backport of 16454ac35f6a24a04b23a9340b0d62c33edbc1ea from master.
2019-01-28 18:17:52 -05:00
Tom Forbes
728358c5cf
[2.2.x] Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.
...
Backport of 1e92407f83ed35be35f876777935b983ab9587be from master.
2019-01-28 14:42:46 -05:00
Paveł Tyślacki
2ca200a7c3
[2.2.x] Made test table cleanup in OperationTestBase more robust.
...
Some non-unique constraint names were added in
b69f8eb04cc8762d3dfd5af5ea1fc58e3f2ebcc3 which resulted in failures
depending on the order in which tests were run.
Backport of 62b8596616ea46849e29ca77a77e1196417dc1f9 from master.
2019-01-28 13:48:04 -05:00
Tim Graham
d3b4f4b962
[2.2.x] Refs #30055 -- Added a helpful error when SQLite is too old.
...
Backport of 7444f3252757ed4384623e5afd7dcfeef3e0c74e from master.
2019-01-28 11:21:47 -05:00
Tim Graham
e8cb0dcc19
[2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations depending on apps with migrations.
...
The addition of self.connection.check_constraints() in
7289874adceec46b5367ec3157cdd10c711253a0 is the cause.
Backport of fcfb7306586184f08c7f75c174f95b54a212320d from master.
2019-01-28 10:30:36 -05:00
Sergey Fursov
56f7f5026d
[2.2.x] Fixed typo in docs/ref/request-response.txt.
...
Backport of 20ea68c4fea2beca258634ef026146d1555cc5b7 from master.
2019-01-27 17:38:44 -05:00
Tim Graham
710052fee9
[2.2.x] Refs #30111 -- Fixed test cleanup in postgres_tests/test_integration.py.
...
Fixed "ERROR: Step ‘Publish JUnit test result report’ failed: No test report
files were found. Configuration error?" on Jenkins because report files were
put in tests/postgres_tests.
Backport of 2de7eb6f4d5a20cec98e4d2eefc276ee38d149ad from master.
2019-01-23 13:17:29 -05:00
Nick Pope
e53e64280d
[2.2.x] Fixed #30115 -- Fixed SQLite introspection crash with a varchar primary key.
...
Removed obsolete max_length handling for CharField that caused the issue.
Regression in a35d2a4510d5beec398b1007aaa26492d6aedf97.
Backport of bff748df3e1e1c0077e02df2b77bda2b827ad129 from master.
2019-01-22 19:20:16 -05:00
Nasir Hussain
6ce7887f13
[2.2.x] Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres in INSTALLED_APPS.
...
Regression in e192223ed996ed30fe83787efdfa7f2be6b1a2ee.
Backport of 2804b8d2153505ec49b191db2168302dfb92c3af from master.
2019-01-22 17:50:00 -05:00
Pavel Savchenko
51247bc55f
[2.2.x] Corrected GenericRelation's related_query_name manual lookup example.
...
And changed related_query_name to a singular noun.
Backport of 130192b12b63357a8f5ff448cd0edfa5a8094909 from master.
2019-01-21 10:14:03 -05:00
Jon Dufresne
28fb4ed5d9
[2.2.x] Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs.
...
Regression in 24959e48d949a20be969f649ece3576dbc7ce422.
Backport of d15c61cabbe1c15068ffeb58c64035057f0c7d5c from master.
2019-01-21 09:31:45 -05:00
Simon Charette
6516e49262
[2.2.x] Fixed #30120 -- Fixed invalid SQL in distinct aggregate.
...
Regression in bc05547cd8c1dd511c6b6a6c873a1bc63417b111 (refs #28658 ).
Backport of 65858119d23e37872505a4476e7141c33981fb50 from master.
2019-01-21 09:24:47 -05:00
Tom Forbes
370371ee9e
[2.2.x] Removed redundant period in Watchman unavailable message.
...
Backport of d8a2f4ec09e5b7e73a706a1b1b5bf74d8bdc64b3 from master.
2019-01-19 18:25:18 -05:00
Mariusz Felisiak
70aeb6ab01
[2.2.x] Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.4.0+.
...
Backport of f05c02c4b8d4e423e57d453c4bd699dc5ff7eaa7 from master
2019-01-19 13:33:28 +01:00
Tim Graham
ee9bd8c310
[2.2.x] Refs #30097 -- Fixed typos in InlineModelAdmin.has_add_permission() deprecation comments.
2019-01-17 18:40:11 -05:00
Tim Graham
a9feec5c70
[2.2.x] Refs #28606 -- Corrected deprecation version for CachedStaticFilesStorage.
...
Backport of 6713926ebe22172e50f283185f969275c326416d from master
2019-01-17 18:35:46 -05:00
Day Barr
7185ea6902
[2.2.x] Fixed typo in QuerySet.bulk_update() documentation.
...
Backport of 51fa59f0b39b24d4a589e01a26e539c3134a6c42 from master.
2019-01-17 12:32:22 -05:00
Carlton Gibson
4882921fb7
[2.2.x] Bumped django_next_version in docs config.
2.2a1
2019-01-17 16:26:35 +01:00
Carlton Gibson
ce26b2180c
[2.2.x] Bumped version for Django 2.2 alpha 1.
2019-01-17 16:26:35 +01:00
Carlton Gibson
a0c059995a
Removed empty sections from 2.2 release notes.
2019-01-17 16:25:02 +01:00
Carlton Gibson
ba1a3c6034
Updated man page for Django 2.2 alpha.
2019-01-17 16:25:02 +01:00
Simon Charette
f84ad16ba4
Refs #17198 -- Detected existing total ordering in admin changelist.
...
Appending pk is not necessary when a subset of the ordering expressions is
contained in a non-nullable unique contraint.
Related field ordering through lookups and related ordering introspection is
omitted for simplicitly purpose.
2019-01-17 16:22:14 +01:00
Claude Paroz
aa5fd84f53
Updated translation catalogs
2019-01-16 20:51:26 +01:00
Simon Charette
9e5e5a657b
Fixed #30044 -- Raised a FieldError on inherited field update attempts.
2019-01-16 14:09:51 -05:00
Santiago Basulto
4fc35a9c3e
Fixed #20147 -- Added HttpRequest.headers.
2019-01-16 13:38:47 -05:00
Simon Charette
aa5d0a5a90
Removed unnecessary transaction wrapping in expressions test.
2019-01-16 13:23:55 -05:00
Carlton Gibson
876dc306cd
Refs #30102 -- Added comment on use of Template without placeholders in page_not_found() view.
2019-01-16 16:19:56 +01:00
Arthur Rio
181fb60159
Fixed #11154 , #22270 -- Made proxy model permissions use correct content type.
...
Co-Authored-By: Simon Charette <charette.s@gmail.com>
Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
2019-01-16 10:07:28 -05:00
Simon Charette
dbcf2ffa77
Refs #9475 -- Simplified dictionary unpacking.
2019-01-16 09:20:15 -05:00
Nick Pope
d212bc03ba
Refs #9475 -- Fixed typo, used unpacking generalization, and made through_defaults kwarg-only.
2019-01-15 13:03:08 -05:00
Collin Anderson
769355c765
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model.
2019-01-15 11:12:17 -05:00
Nasir Hussain
f021c110d0
Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.
2019-01-15 07:22:59 -05:00
Claude Paroz
87bf35abd3
Removed unexpected chars in Armenian admin translation
2019-01-15 10:43:11 +01:00
Jon Dufresne
ad7aa02c1d
Removed unnecessary string formatting of strings.
2019-01-14 21:04:00 -05:00
David Beitey
885cb0d390
Fixed "lets" mistakes in docs.
2019-01-14 20:32:19 -05:00
Mariusz Felisiak
1508e71c5b
Relaxed assertions to fix GIS test failures on Oracle 18c.
2019-01-14 18:32:42 -05:00
Simon Charette
b181aba7dd
Refs #28478 -- Prevented database feature based skipping on tests disallowing queries.
...
Database features may require a connection to be established to determine
whether or not they are enabled.
2019-01-14 16:16:30 -05:00
Simon Charette
f5b635086a
Refs #28478 -- Prevented connection attempts against disallowed databases in tests.
...
Mocking connect as well as cursor methods makes sure an appropriate error
message is surfaced when running a subset of test attempting to access a
a disallowed database.
2019-01-14 16:05:00 -05:00
Simon Charette
a96b901932
Refs #28478 -- Prevented timezone assignment for unusable PostgreSQL connections.
2019-01-14 16:05:00 -05:00
Nick Pope
846624ed08
Refs #28643 -- Extracted DurationField logic for Avg() and Sum() into mixin.
...
Also addresses Sum() not handling the filter option correctly.
2019-01-14 14:39:57 -05:00
Nick Pope
6d4efa8e6a
Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
...
Keeps precision instead of forcing DecimalField to FloatField.
2019-01-14 14:39:46 -05:00
Nick Pope
e85afa5943
Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.
...
Keeps precision instead of forcing DecimalField to FloatField.
2019-01-14 14:38:00 -05:00
Nick Pope
c690afb873
Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.
...
Keeps precision instead of forcing DecimalField to FloatField.
2019-01-14 14:35:41 -05:00