Tim Graham
|
d311124be5
|
Fixed #29682 -- Fixed admin change form crash if a view-only model's form has an extra field.
|
2018-08-20 11:14:20 -04:00 |
Taha Jahangir
|
0e7a9525ba
|
Fixed #29690 -- Fixed aligned <ul> positioning for RTL languages in admin.
|
2018-08-20 10:20:30 -04:00 |
Jon Dufresne
|
dc0868d414
|
Removed redundant 'model' argument in admin checks.
|
2018-08-20 09:11:42 -04:00 |
mackong
|
c832885a3e
|
Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.
|
2018-08-18 10:16:22 -04:00 |
Alexander Todorov
|
53ebd4cb13
|
Fixed #29686 -- Made UserAdmin.user_change_password() pass user to has_change_permission().
|
2018-08-17 17:43:00 -04:00 |
Tom Forbes
|
c02d473781
|
Fixed #29612 -- Added GenericRelation prefetch_related() cache invalidation.
|
2018-08-17 14:58:45 -04:00 |
Jon Dufresne
|
09ee3b6fe3
|
Fixed #29663 -- Made admin change view redirect to changelist with view permission.
|
2018-08-17 11:13:06 -04:00 |
Jon Dufresne
|
57f16655cd
|
Added ModelAdmin._response_post_save() to avoid code duplication.
|
2018-08-17 10:51:57 -04:00 |
Jon Dufresne
|
cd790ed1a6
|
Refs #8936 -- Added ModelAdmin.has_view_or_change_permission().
|
2018-08-16 09:49:06 -04:00 |
Tom Forbes
|
a3df7574f9
|
Fixed #29644 -- Made SearchQuery.__str__() reflect negation and grouping.
|
2018-08-15 16:47:23 -04:00 |
Clément Mangin
|
64e1a271f5
|
Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the add permission to a TabularInline.
Regression in 825f0beda8 .
|
2018-08-10 11:20:43 -04:00 |
Josh Schneier
|
756b859576
|
Renamed django.utils.inspect.func_has_no_args() to method_has_no_args().
|
2018-08-07 17:37:35 -04:00 |
Vlastimil Zíma
|
a9f5652113
|
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
|
2018-08-06 17:03:06 -04:00 |
Josh Schneier
|
8b43e9b1af
|
Fixed #29616 -- Fixed createsuperuser for user models that don't have a password field.
|
2018-08-05 14:26:03 -04:00 |
Josh Schneier
|
ec9d0123e0
|
Made createsuperuser code more DRY.
|
2018-08-04 09:38:01 -04:00 |
Josh Schneier
|
793e9bb35a
|
Fixed #29628 -- Made createsuperuser validate password against username and required fields.
|
2018-08-04 08:44:25 -04:00 |
Nick Pope
|
743d28f553
|
Refs #27869 -- Added PostgreSQL version check for GinIndex support.
|
2018-08-02 11:53:35 -04:00 |
Nick Pope
|
ff9543b351
|
Refs #25809, #28990 -- Added PostgreSQL version check for BrinIndex support.
|
2018-08-02 11:50:40 -04:00 |
Nick Pope
|
6b4d1ec8ff
|
Fixed #29614 -- Added BTreeIndex to django.contrib.postres.
|
2018-08-02 11:42:57 -04:00 |
Nick Pope
|
d6381d3559
|
Fixed #28990 -- Added autosummarize parameter to BrinIndex.
|
2018-08-02 11:26:58 -04:00 |
Nick Pope
|
4c36e9e492
|
Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.
|
2018-08-02 11:08:08 -04:00 |
Nick Pope
|
d526b07784
|
Fixed #26974 -- Added HashIndex to django.contrib.postgres.
Thanks Akshesh Doshi for the initial implementation.
|
2018-08-02 10:39:18 -04:00 |
luz.paz
|
97e637a87f
|
Fixed typos in comments and docs.
|
2018-08-01 16:09:22 -04:00 |
Claude Paroz
|
287fef8693
|
Updated contrib translations from Transifex
Forwardport of cbf7e7dc52 from stable/2.1.x.
|
2018-08-01 09:24:06 -04:00 |
Melvyn Sopacua
|
e7a56eb4f0
|
Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.
|
2018-07-27 16:38:28 -04:00 |
vinay karanam
|
3af695eda2
|
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
|
2018-07-27 11:35:54 -04:00 |
Simon Charette
|
1a28dc3887
|
Fixed #29582 -- Fixed a crash when using SearchVector with non text-fields.
The PostgreSQL concat() function handles nulls and non-text values better than
the || operator.
|
2018-07-21 21:32:21 -04:00 |
Claude Paroz
|
ba83378a77
|
Fixed #29523 -- Removed jQuery usage in DateTimeShortcuts.js & collapse.js.
|
2018-07-20 12:27:53 -04:00 |
Mariusz Felisiak
|
a73cf8110e
|
Removed duplicate words in various comments.
|
2018-07-18 11:54:15 -04:00 |
Daniel Wiesmann
|
8f75d21a2e
|
Fixed #28566 -- Added path matching to collectstatic ignore patterns.
|
2018-07-13 16:48:19 -04:00 |
Claude Paroz
|
c28bf990d7
|
Refs #29548 -- Fixed GIS tests on MariaDB
|
2018-07-13 18:27:30 +02:00 |
Jonah Bishop
|
263e039411
|
Fixed #29045 -- Fixed admin CSS so that select multiple elements honor the HTML size attribute.
|
2018-07-10 16:22:09 -04:00 |
Jon Dufresne
|
08ebed5e79
|
Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.
|
2018-07-10 10:14:34 -04:00 |
Simon Charette
|
37835883ad
|
Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends and session serializer.
|
2018-07-09 11:46:55 -04:00 |
Sergey Fedoseev
|
3411c5551a
|
Refs #27472 -- Fixed crash during pickling of empty GEOS point.
|
2018-07-09 11:02:12 -04:00 |
Mushtaq Ali
|
66b6b68923
|
Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash.
|
2018-07-06 11:26:14 -04:00 |
Tim Graham
|
f3fa86a89b
|
Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth."
This reverts commit 3333d935d2 due to
a crash if USERNAME_FIELD isn't a CharField.
|
2018-07-02 18:39:26 -04:00 |
Claude Paroz
|
eac9ab7ebb
|
Removed parser.add_arguments() arguments that match the defaults.
|
2018-07-02 17:54:57 -04:00 |
Claude Paroz
|
a5f139236f
|
Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height.
Thanks Tim Graham for the review.
|
2018-06-29 17:21:27 +02:00 |
Floris den Hengst
|
96199e562d
|
Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.
|
2018-06-28 20:29:33 -04:00 |
Tim Graham
|
2ec151e35d
|
Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for better performance."
This reverts commit 27ca5ce19f due to a
regression.
|
2018-06-28 11:14:26 -04:00 |
Paulo
|
d14850e525
|
Fixed #18620 -- Made ContentTypes shortcut view prefer current site if available.
Thanks Mike Tigas (mtigas) for the initial patch.
|
2018-06-21 12:31:04 -04:00 |
Sergey Fedoseev
|
a799dc51b9
|
Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.
|
2018-06-21 09:25:31 -04:00 |
Sergey Fedoseev
|
fa453b03a6
|
Fixed #29507 -- Added Oracle support for Envelope GIS function.
|
2018-06-20 16:48:57 +05:00 |
Carlton Gibson
|
5b73317181
|
Fixed #29502 -- Allowed users with the view permission to use autocomplete_fields.
|
2018-06-18 15:36:20 -04:00 |
Carlton Gibson
|
958c7b301e
|
Fixed #29419 -- Allowed permissioning of admin actions.
|
2018-06-18 15:07:29 -04:00 |
Paulo
|
553617e613
|
Fixed #29487 -- Accounted for object level permissions when calculating change view's read-only fields.
Thanks Matthew Frazier for the report and fix.
|
2018-06-15 21:54:22 -04:00 |
Henk Kahlfuß
|
3eb9127678
|
Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_permission() for permissions checking.
|
2018-06-15 10:31:08 -04:00 |
Tim Graham
|
ec2c9c3531
|
Refs #29428 -- Fixed admin check crash when using a query expression in ModelAdmin.ordering.
|
2018-06-14 21:04:43 -04:00 |
Tim Graham
|
0d8e3e608e
|
Fixed #29428 -- Fixed admin changelist crash when using a query expression without asc()/desc() in the ordering.
|
2018-06-14 14:22:04 -04:00 |