Daniel Roseman
a3ce94e96e
[2.2.x] Used LoginRequiredMixin in "Models and request.user" example.
...
Backport of 6da28d5edf
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 a8b03bea18
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 ba7a420012
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 bae66e759f
from master.
2019-01-30 13:12:43 -05:00
Mariusz Felisiak
6e8b11ab2b
[2.2.x] Fixed E117 and F405 flake8 warnings.
...
Backport of 5a5c77d55d
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 14581553e4
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 16454ac35f
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 1e92407f83
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
b69f8eb04c
which resulted in failures
depending on the order in which tests were run.
Backport of 62b8596616
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 7444f32527
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
7289874adc
is the cause.
Backport of fcfb730658
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 20ea68c4fe
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 2de7eb6f4d
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 a35d2a4510
.
Backport of bff748df3e
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 e192223ed9
.
Backport of 2804b8d215
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 130192b12b
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 24959e48d9
.
Backport of d15c61cabb
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 bc05547cd8
(refs #28658 ).
Backport of 65858119d2
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 d8a2f4ec09
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 f05c02c4b8
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 6713926ebe
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 51fa59f0b3
from master.
2019-01-17 12:32:22 -05:00
Carlton Gibson
4882921fb7
[2.2.x] Bumped django_next_version in docs config.
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
Nick Pope
3d5e0f8394
Refs #28643 -- Moved db function mixins to a separate module.
2019-01-14 14:26:46 -05:00