Mariusz Felisiak
|
7cb5712edc
|
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecation timeline.
|
2021-01-14 17:50:04 +01:00 |
Mariusz Felisiak
|
d992f4e3c2
|
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
|
2021-01-14 17:50:04 +01:00 |
Adam Johnson
|
1c2c6f1b51
|
Fixed a/an typos in "SQL" usage.
|
2020-05-06 06:35:26 +02:00 |
Tim Graham
|
f436c82637
|
Doc'd purpose of "Database backend API" backwards incompatible changes section.
|
2018-11-17 15:58:10 -05:00 |
Prabakaran Kumaresshan
|
8250538bfc
|
Fixed #29864 -- Added link targets for low-level cache API.
|
2018-11-15 17:32:41 -05:00 |
Tim Graham
|
0192e9a976
|
Fixed typo in docs/releases/2.1.txt.
|
2018-09-18 15:46:38 -04:00 |
Tim Graham
|
166dec8406
|
Fixed #29718 -- Doc'd admin template collision backwards incompatibility in Django 2.1.
|
2018-08-28 14:40:08 -04:00 |
Dragoon Aethis
|
d3449faaa9
|
Refs #29449 -- Removed release note for "Allowed using contrib.auth forms without installing contrib.auth."
The code was reverted in f3fa86a89b .
|
2018-08-11 21:48:49 -04:00 |
Tim Graham
|
d0928d6454
|
Refs #29652 -- Fixed typo in docs/releases/2.1.txt.
|
2018-08-08 18:04:55 -04:00 |
Tim Graham
|
2fa36719a8
|
Fixed #29652 -- Doc'd removal of py-bcrypt compatibility.
|
2018-08-08 17:55:20 -04:00 |
Tim Graham
|
1160a97596
|
Refs #28584 -- Documented removal of support for SQLite < 3.7.15.
|
2018-08-03 14:42:26 -04:00 |
Tim Graham
|
7dbe7aa0b6
|
Added stub release notes for security releases.
|
2018-08-01 09:28:42 -04:00 |
Carlton Gibson
|
5180015051
|
Fixed #29593 -- Added QUERY_TERMS removal to 2.1 release notes.
Removed in 244cc40155 .
|
2018-07-26 10:42:33 -04:00 |
Maxime Lorant
|
31407fa3b3
|
Removed duplicate words in docs.
.
|
2018-07-18 11:24:06 -04:00 |
Damien
|
7409d21a5e
|
Clarified sentence about removal of inline flag support in url().
|
2018-06-19 08:58:33 -04:00 |
Carlton Gibson
|
958c7b301e
|
Fixed #29419 -- Allowed permissioning of admin actions.
|
2018-06-18 15:07:29 -04:00 |
Claude Paroz
|
ce3351b950
|
Fixed #29301 -- Added custom help formatter to BaseCommand class
This partially reverts c3055242c8 .
Thanks Adam Johnson and Carlton Gibson for the reviews.
|
2018-06-06 19:16:10 +02:00 |
Tim Graham
|
6574167ab8
|
Fixed typo in docs/releases/2.1.txt.
|
2018-05-18 07:24:01 -04:00 |
Tim Graham
|
1cbd3d7874
|
Removed empty sections from 2.1 release notes.
|
2018-05-17 10:43:03 -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 |