GS-14
|
93331877c8
|
Fixed #29274 -- Increased the number of common passwords from 1k to 20k.
|
2018-04-16 11:01:47 -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 |
Matthias Kestenholz
|
13efbb233a
|
Fixed #29322 -- Made admin check all ModelAdmin fieldsets for duplicates.
|
2018-04-13 11:08:30 -04:00 |
Paul Donohue
|
33a0b7ac81
|
Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.
|
2018-04-12 13:11:08 -04:00 |
Alasdair Nicol
|
65c44a5c1d
|
Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.
Thanks erindy for the report.
|
2018-04-10 09:33:05 -04:00 |
Vinay Karanam
|
6a1957bb98
|
Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.
|
2018-04-07 17:53:33 -04:00 |
Tim Graham
|
85d853b2d3
|
Fixed #29289 -- Clarified PasswordResetTokenGenerator comment regarding the data hashed to generate tokens.
Thanks Luke Plant for the draft text.
|
2018-04-06 11:05:51 -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 |
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 |
Tim Graham
|
4f7467b690
|
Refs #28577 -- Added check for HStoreField to prevent mutable default.
|
2018-04-03 11:12:56 -04:00 |
Claude Paroz
|
2a2ed0e70a
|
Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget map's SRID.
Regression in 6ecccad711 .
|
2018-04-02 10:20:00 -04:00 |
Malte Gerth
|
874977d388
|
Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.
|
2018-03-29 15:25:54 -04:00 |
Abeer Upadhyay
|
1bf4646f91
|
Fixed #29258 -- Added type checking for login()'s backend argument.
|
2018-03-28 10:10:18 -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 |
Sergey Fedoseev
|
27ca5ce19f
|
Used datetime.timezone.utc instead of pytz.utc for better performance.
|
2018-03-20 15:24:16 -04:00 |
Nick Pope
|
281c0223b3
|
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
|
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 |
Hasan Ramezani
|
274e3e27f3
|
Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_texts.
|
2018-03-17 20:51:24 -04:00 |
Mariusz Felisiak
|
362813d628
|
Fixed hanging indentation in various code.
|
2018-03-16 10:54:34 +01:00 |
Mattia Procopio
|
aeb8c38178
|
Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a non-UUID where one is expected.
|
2018-03-15 21:33:15 -04:00 |
Josh Schneier
|
b60e5fdbb7
|
Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.
|
2018-03-15 20:47:18 -04:00 |
David Sanders
|
47bb3b68ff
|
Fixed #29219 -- Made admin filters use processed params rather than request.GET.
|
2018-03-15 11:33:19 -04:00 |
Artem Tabolin
|
a2f7433adc
|
Fixed #29221 -- Corrected admin's autocomplete widget to add a space after custom classes.
|
2018-03-15 10:55:34 -04:00 |
dzhuang
|
e17088a108
|
Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.
|
2018-03-13 10:58:34 -04:00 |
robwa
|
4ab027b944
|
Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table inheritance.
|
2018-03-12 22:42:48 -04:00 |
Alex Stovbur
|
d171843f57
|
Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the path.
|
2018-03-05 12:20:30 -05:00 |
ovalseven8
|
821e304cc4
|
Corrected User model docstring about required fields.
Follow up to 841a87785a .
|
2018-03-04 15:24:36 -05:00 |
Daniel Hahler
|
683341db43
|
Condensed some widgets code.
|
2018-03-03 13:35:09 -05:00 |
Christophe Mehay
|
40bac28faa
|
Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username isn't a string.
|
2018-03-02 11:32:53 -05:00 |
Carlton Gibson
|
94a180402c
|
Refs #27728 -- Fixed thread safety of admin template tags.
Regression in 5cc28dc752 .
|
2018-03-01 11:45:08 -05:00 |
Tim Graham
|
4c02e3cda3
|
Refs #27728 -- Made cosmetic edits to admin template tag template overriding.
|
2018-03-01 11:45:08 -05:00 |
Claude Paroz
|
75527c0f83
|
Updated translations from Transifex
Forward port of 2126e9317e from stable/2.0.x.
|
2018-02-28 20:06:52 +01:00 |
Raffaele Salmaso
|
5cc28dc752
|
Fixed #27728 -- Allowed overriding admin templatetags templates.
|
2018-02-28 08:49:40 +01:00 |
Tim Graham
|
56a302f338
|
Fixed #29141 -- Corrected BCryptPasswordHasher's docstring about truncation.
|
2018-02-26 14:07:38 -05:00 |
Becky Smith
|
8116e588db
|
Fixed #17962 -- Added ModelAdmin.get_deleted_objects().
|
2018-02-24 20:41:43 -05:00 |
Tim Graham
|
9822d88ca0
|
Removed using argument from admin's get_deleted_objects().
|
2018-02-24 09:21:13 -05:00 |
a8568730
|
ba37ee9ef8
|
Fixed #28635 -- Fixed admin's preserved filters if the URL contains non-ASCII characters.
|
2018-02-23 15:40:11 -05:00 |
Tim Graham
|
16436f3751
|
Removed unused opts argument from admin's get_deleted_objects().
Unused since e12b3199d0 .
|
2018-02-21 13:32:13 -05:00 |
Mikhail Porokhovnichenko
|
14e34dcf8c
|
Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_login isn't a field.
|
2018-02-21 10:36:31 -05:00 |
Dylan Verheul
|
9b1125bfc7
|
Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.
|
2018-02-16 13:58:55 -05:00 |
Andreas Pelme
|
e307ff29d2
|
Fixed #27810 -- Allowed query expressions in admin_order_field.
|
2018-02-15 21:00:31 -05:00 |
Haki Benita
|
ff5517988a
|
Fixed #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries.
|
2018-02-14 19:15:41 -05:00 |
Tim Graham
|
fe99fb860f
|
Removed AuthenticationForm.get_user_id().
Unused since aab3a418ac .
|
2018-02-14 19:09:06 -05:00 |
Tim Graham
|
f5c9bbd3e3
|
Made cosmetic edits to contrib.admin.filters.
|
2018-02-14 13:40:24 -05:00 |
Haki Benita
|
2014db50f4
|
Removed redundant filtering in date_hierarchy template tag.
cl.queryset is already filtered by the current selections.
|
2018-02-13 14:12:40 -05:00 |
Stanislav Karpov
|
6d794fb762
|
Fixed #28960 -- Added GEOSGeometry.buffer_with_style().
|
2018-02-10 19:45:58 -05:00 |
Alexander Gaevsky
|
ef2512b2ff
|
Fixed #25790 -- Allowed disable column sorting in the admin changelist.
Thanks Ramiro Morales for completing the patch.
|
2018-02-07 17:46:28 -05:00 |
Raffaele Salmaso
|
da3df5b878
|
Fixed #8500 -- Allowed overriding the default admin site instance.
|
2018-02-03 18:51:10 -05:00 |
Tim Graham
|
d0a42a14c0
|
Fixed imports per isort 4.3.1.
Partially reverted 9bcf73d788 .
|
2018-02-02 14:44:07 -05:00 |