Tim Graham
|
2c4dc64760
|
Used extlinks for PyPI links.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2023-04-17 06:55:32 +02:00 |
django-bot
|
14459f80ee
|
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2023-03-01 13:03:56 +01:00 |
Andrew Northall
|
c23aa73626
|
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
|
2021-08-17 12:18:07 +02:00 |
Mariusz Felisiak
|
e18156b6c3
|
Refs #31040 -- Doc'd Python 3.9 compatibility.
|
2020-10-13 08:35:01 +02:00 |
David Smith
|
baf404f749
|
Fixed #30945 -- Doc'd plural equations changes in 2.2. release notes.
|
2020-07-03 09:38:18 +02:00 |
Mariusz Felisiak
|
4339f2aff2
|
Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2.
Support for sqlparse < 0.2.2 was broken in
40b0a58f5f because is_whitespace property
was added in sqlparse 0.2.2.
|
2020-06-10 06:53:32 +02:00 |
Mariusz Felisiak
|
cc70a0343e
|
Fixed term warning on Sphinx 3.0.1+.
"term" role became case sensitive in Sphinx 3.0.1.
|
2020-04-14 09:32:09 +02:00 |
Adam Johnson
|
1cdfe8d912
|
Prevented (and corrected) single backtick usage in docs.
|
2020-04-01 14:55:11 +02:00 |
Hasan Ramezani
|
f69b32782e
|
Fixed #30625 -- Doc'd cache.get()/delete() behavior change in Django 2.2.
|
2019-11-21 10:54:05 +01:00 |
Mariusz Felisiak
|
b93a0e34d9
|
Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.
|
2019-11-12 22:11:44 +01:00 |
Mariusz Felisiak
|
b61ea56789
|
Refs #28478 -- Removed support for TestCase's allow_database_queries and multi_db per deprecation timeline.
|
2019-09-10 12:01:00 +02:00 |
Alex Gaynor
|
851d9eac23
|
Fixed typo in docs/releases/2.2.txt.
|
2019-04-02 09:18:06 +02:00 |
Carlton Gibson
|
93daed25a4
|
Corrected date format in 2.2 release notes.
|
2019-04-01 15:00:40 +02:00 |
Carlton Gibson
|
7191beec4e
|
Set release date in v2.2 release notes.
|
2019-04-01 12:11:50 +02:00 |
Carlton Gibson
|
418263c457
|
Fixed #30263 -- Doc'd changes to form Media sorting (refs #30179).
Thanks to Tim Graham for review.
|
2019-03-18 16:26:28 +01:00 |
Jon Dufresne
|
76990cbbda
|
Fixed #30171 -- Fixed DatabaseError in servers tests.
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.
The error appeared after 8c775391b7 .
|
2019-02-14 10:04:55 -05:00 |
Tim Graham
|
3b64e2b775
|
Refs #29478 -- Clarified cached_property 2.2 release note.
|
2019-02-12 18:17:30 -05:00 |
Atul Varma
|
b6bb912e9c
|
Fixed typo in docs/releases/2.2.txt.
|
2019-02-11 08:54:05 -05:00 |
Daniel Hahler
|
14581553e4
|
Fixed typo in docs/releases/2.2.txt.
|
2019-01-29 09:10:30 -05:00 |
Tim Graham
|
fcfb730658
|
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.
|
2019-01-28 10:05:25 -05:00 |
Carlton Gibson
|
a0c059995a
|
Removed empty sections from 2.2 release notes.
|
2019-01-17 16:25:02 +01:00 |
Santiago Basulto
|
4fc35a9c3e
|
Fixed #20147 -- Added HttpRequest.headers.
|
2019-01-16 13:38:47 -05: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 |
Collin Anderson
|
769355c765
|
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model.
|
2019-01-15 11:12:17 -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 |
Tom Forbes
|
c8720e7696
|
Fixed #27685 -- Added watchman support to the autoreloader.
Removed support for pyinotify (refs #9722).
|
2019-01-13 20:33:47 -05:00 |
Nick Pope
|
abf8e390a4
|
Refs #28643 -- Added Reverse database function.
Thanks Mariusz Felisiak for Oracle advice and review.
|
2019-01-12 10:45:48 -05:00 |
can
|
7d3b3897c1
|
Refs #29738 -- Allowed registering serializers with MigrationWriter.
|
2019-01-11 18:13:16 -05:00 |
Sanyam Khurana
|
76d31be2d0
|
Refs #23829 -- Made ping_google command/function use https for the sitemap URL.
|
2019-01-11 10:32:22 -05:00 |
Simon Charette
|
41e73de39d
|
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
SimpleTestCase.databases makes it possible to determine the set of
databases required to run the discovered tests.
|
2019-01-10 19:11:21 -05:00 |
Simon Charette
|
8c775391b7
|
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
|
2019-01-10 19:11:21 -05:00 |
Mads Jensen
|
4b9d72210f
|
Refs #28643 -- Added NullIf database function.
Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews.
|
2019-01-10 12:10:12 -05:00 |
Claude Paroz
|
31ebb1d564
|
Added Armenian language
|
2019-01-10 10:50:42 +01:00 |
Joshua Cannon
|
db1b10ef0d
|
Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().
|
2019-01-09 20:01:04 -05:00 |
Simon Charette
|
bc05547cd8
|
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
|
2019-01-09 17:52:36 -05:00 |
Nick Pope
|
a35d2a4510
|
Refs #23748 -- Added AutoField introspection for SQLite.
|
2019-01-09 09:59:15 -05:00 |
Paveł Tyślacki
|
0123b67f6b
|
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEditor.
|
2019-01-01 09:39:58 -05:00 |
Jon Dufresne
|
6fe9c45b72
|
Fixed #30024 -- Made urlencode() and Client raise TypeError when None is passed as data.
|
2018-12-27 11:19:55 -05:00 |
Nick Pope
|
83677faf86
|
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
|
2018-12-24 11:14:58 -05:00 |
Tim Graham
|
d5af14aa84
|
Fixed #30055 -- Dropped support for SQLite < 3.8.3.
|
2018-12-22 16:59:28 -05:00 |
Simon Charette
|
c5b58d7767
|
Refs #29928 -- Adjusted release notes of SQLite test constraint checking.
|
2018-12-22 14:32:40 -05:00 |
François Freitag
|
e671337e8b
|
Fixed #29750 -- Added View.setup() hook for class-based views.
|
2018-12-21 19:01:11 -05:00 |
Dakota Hawkins
|
8d3147e130
|
Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.
|
2018-12-19 12:41:31 +01:00 |
Simon Charette
|
1939dd49d1
|
Fixed #29928 -- Enabled deferred constraint checks on SQLite 3.20+.
Refs #11665, #14204.
Thanks Michel Samia for the report.
|
2018-12-17 11:03:44 +01:00 |
Jon Dufresne
|
c5568340a5
|
Added blank line in docs/releases/2.2.txt.
|
2018-12-09 10:26:55 -05:00 |
Benjamin Wohlwend
|
79c196cfb2
|
Fixed #28766 -- Added ResolverMatch.route.
Co-Authored-By: Xavier Fernandez <xavier.fernandez@polyconseil.fr>
|
2018-12-06 18:05:40 -05:00 |
Tim Graham
|
88619e6129
|
Bumped mysqlclient requirement to >= 1.3.13.
There are test failures with older versions.
|
2018-12-06 14:49:27 -05:00 |
Mariusz Felisiak
|
f091ea3515
|
Refs #29722 -- Added introspection of materialized views for Oracle.
Thanks Tim Graham for the review.
|
2018-11-26 19:45:05 +01:00 |