Tim Graham
|
322b70f605
|
[2.1.x] Fixed typo in docs/releases/2.1.txt.
Backport of 0192e9a976 from master
|
2018-09-18 15:47:07 -04:00 |
Tim Graham
|
c4559d0b39
|
[2.1.x] Fixed #29718 -- Doc'd admin template collision backwards incompatibility in Django 2.1.
Backport of 166dec8406 from master
|
2018-08-28 14:40:39 -04:00 |
Dragoon Aethis
|
c903e905b3
|
[2.1.x] Refs #29449 -- Removed release note for "Allowed using contrib.auth forms without installing contrib.auth."
The code was reverted in f3fa86a89b .
Backport of d3449faaa9 from master
|
2018-08-11 22:32:51 -04:00 |
Tim Graham
|
42f194b858
|
[2.1.x] Refs #29652 -- Fixed typo in docs/releases/2.1.txt.
Backport of d0928d6454 from master
|
2018-08-08 18:07:40 -04:00 |
Tim Graham
|
548a2d3c1f
|
[2.1.x] Fixed #29652 -- Doc'd removal of py-bcrypt compatibility.
Backport of 2fa36719a8 from master
|
2018-08-08 18:02:02 -04:00 |
Tim Graham
|
1593a8386a
|
[2.1.x] Refs #28584 -- Documented removal of support for SQLite < 3.7.15.
Backport of 1160a97596 from master
|
2018-08-03 14:58:38 -04:00 |
Carlton Gibson
|
66c0c58cf2
|
[2.1.x] Fixed #29593 -- Added QUERY_TERMS removal to 2.1 release notes.
Removed in 244cc40155 .
Backport of 5180015051 from master
|
2018-08-02 21:07:44 -04:00 |
Tim Graham
|
b323425661
|
[2.1.x] Added stub release notes for security releases.
|
2018-08-01 09:35:09 -04:00 |
Maxime Lorant
|
223ba7fa57
|
[2.1.x] Removed duplicate words in docs.
Backport of 31407fa3b3 from master
|
2018-07-18 11:27:17 -04:00 |
Damien
|
56f1a3529a
|
[2.1.x] Clarified sentence about removal of inline flag support in url().
Backport of 7409d21a5e from master
|
2018-06-19 09:14:36 -04:00 |
Carlton Gibson
|
306f1f8ea3
|
[2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.
Backport of 958c7b301e from master
|
2018-06-18 15:37:05 -04:00 |
Claude Paroz
|
33b5313d7c
|
[2.1.x] Fixed #29301 -- Added custom help formatter to BaseCommand class
This partially reverts c3055242c8 .
Thanks Adam Johnson and Carlton Gibson for the reviews.
Backport of ce3351b950 from master.
|
2018-06-06 19:17:57 +02:00 |
Tim Graham
|
7e875aa047
|
[2.1.x] Fixed typo in docs/releases/2.1.txt.
Backport of 6574167ab8 from master
|
2018-05-18 07:24:27 -04:00 |
Tim Graham
|
2bb8f6b751
|
[2.1.x] Removed empty sections from 2.1 release notes.
Backport of 1cbd3d7874 from master
|
2018-05-17 10:44:14 -04:00 |
olivierdalang
|
825f0beda8
|
Fixed #8936 -- Added a view permission and a read-only admin.
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
|
2018-05-16 06:44:55 -04:00 |
Claude Paroz
|
a177f854c3
|
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
|
2018-05-15 18:12:11 +02:00 |
Ryan P Kilby
|
2dcc5d629a
|
Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pythonpath management command options.
|
2018-05-14 22:18:22 -04:00 |
T N
|
2405833c53
|
Fixed #29401 -- Updated admin's jQuery to 3.3.1.
|
2018-05-13 13:02:24 -04:00 |
Claude Paroz
|
d65b0f72de
|
Fixed #17379 -- Removed management commands deactivation of the locale.
|
2018-05-13 10:21:53 +02:00 |
Stefan R. Filipek
|
a5a2ceeb45
|
Fixed #27629 -- Added router.allow_relation() calls for assignments between unsaved model instances.
|
2018-05-10 20:42:44 -04:00 |
Claude Paroz
|
1e20fedb35
|
Upgraded OpenLayers to 4.6.5 for OpenLayersWidget
|
2018-05-10 16:25:37 +02:00 |
Morgan Aubert
|
704443acac
|
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
|
2018-05-09 11:40:28 -04:00 |
Nicolas Noé
|
3246ad1065
|
Fixed #27480 -- Added cache.touch().
|
2018-04-27 17:48:35 -04:00 |
Adnan Umer
|
534d8d875e
|
Fixed #28600 -- Added prefetch_related() support to RawQuerySet.
|
2018-04-19 13:48:27 -04:00 |
Adnan Umer
|
ec0319ff82
|
Fixed #29339 -- Added result caching to RawQuerySet.
|
2018-04-19 11:35:49 -04:00 |
Tom
|
c1c163b427
|
Fixed #28574 -- Added QuerySet.explain().
|
2018-04-19 10:52:19 -04:00 |
Alex Gaynor
|
9a56b4b13e
|
Fixed #27863 -- Added support for the SameSite cookie flag.
Thanks Alex Gaynor for contributing to the patch.
|
2018-04-13 20:58:31 -04:00 |
Faheel Ahmad
|
5d4d62bf4f
|
Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.
|
2018-04-05 10:55:36 -04:00 |
Jon Dufresne
|
be6ca89396
|
Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().
Thanks Vladimir Ivanov for the initial patch.
|
2018-04-04 19:21:50 -04:00 |
safu9
|
9fd9f8bbb2
|
Fixed #29284 -- Made ImageField render with accept="image/*"' HTML attribute.
|
2018-04-04 13:16:03 -04:00 |
Dmitry Dygalo
|
c979c0a2b8
|
Fixed #25718 -- Made a JSONField lookup value of None match keys that have a null value.
|
2018-04-04 10:53:46 -04:00 |
Mariusz Felisiak
|
55cc26941a
|
Refs #28643 -- Added Repeat database function.
Thanks Tim Graham and Nick Pope for reviews.
|
2018-04-03 19:36:12 +02:00 |
Dan Watson
|
29150d5da8
|
Fixed #23406 -- Allowed migrations to be loaded from .pyc files.
|
2018-03-23 13:20:38 -04:00 |
Tim Graham
|
a4f0e9aec7
|
Fixed #28718 -- Allowed user to request a password reset if their password doesn't use an enabled hasher.
Regression in aeb1389442 .
Reverted changes to is_password_usable() from
703c266682 and documentation changes from
92f48680db .
|
2018-03-22 10:03:43 -04:00 |
Tim Graham
|
6421bd702f
|
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than NullBooleanField.
|
2018-03-20 12:10:10 -04:00 |
Tim Graham
|
5fa4f40f45
|
Fixed #29227 -- Allowed BooleanField to be null=True.
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
2018-03-20 12:10:10 -04:00 |
Mariusz Felisiak
|
cede5111bb
|
Refs #28643 -- Added LPad and RPad database functions.
Thanks Tim Graham for the review.
|
2018-03-19 17:35:16 +01:00 |
Mariusz Felisiak
|
9421aee35e
|
Refs #28643 -- Added LTrim, RTrim, and Trim database functions.
Thanks Tim Graham and Mads Jensen for reviews.
|
2018-03-15 20:57:23 +01:00 |
Tim Graham
|
87dc0844a6
|
Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSelectMultiple with MultiWidget.
|
2018-03-15 09:10:23 -04:00 |
Patryk Zawadzki
|
a20aae414e
|
Fixed #29144 -- Made untranslated strings for territorial language variants use translations from the generic language variant.
|
2018-03-03 12:08:24 -05:00 |
Tim Graham
|
4c02e3cda3
|
Refs #27728 -- Made cosmetic edits to admin template tag template overriding.
|
2018-03-01 11:45:08 -05:00 |
Raffaele Salmaso
|
5cc28dc752
|
Fixed #27728 -- Allowed overriding admin templatetags templates.
|
2018-02-28 08:49:40 +01:00 |
Tim Graham
|
5b589a47b9
|
Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.
|
2018-02-26 09:05:18 -05:00 |
Becky Smith
|
8116e588db
|
Fixed #17962 -- Added ModelAdmin.get_deleted_objects().
|
2018-02-24 20:41:43 -05:00 |
Sebastian Sangervasi
|
7905815510
|
Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().
|
2018-02-23 14:49:00 -05:00 |
bobort
|
f82de6bfb1
|
Refs #28643 -- Added Ord, Chr, Left, and Right database functions.
|
2018-02-23 10:23:22 -05:00 |
Andreas Pelme
|
e307ff29d2
|
Fixed #27810 -- Allowed query expressions in admin_order_field.
|
2018-02-15 21:00:31 -05:00 |
Stanislav Karpov
|
6d794fb762
|
Fixed #28960 -- Added GEOSGeometry.buffer_with_style().
|
2018-02-10 19:45:58 -05:00 |
Matthew Wilkes
|
2162f0983d
|
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
|
2018-02-10 19:08:55 -05:00 |
Jonas Haag
|
8c709d79cb
|
Fixed #17419 -- Added json_tag template filter.
|
2018-02-07 18:38:12 -05:00 |