Historique des commits

Auteur SHA1 Message Date
  Mariusz Felisiak 5875f03ce6 Fixed #34944 -- Made GeneratedField.output_field required. il y a 1 an
  Ryanwalker277 225328efd9 Fixed #31558 -- Added support for boolean attribute on properties in ModelAdmin.list_display. il y a 1 an
  Paolo Melchiorre 2f1ab16be5 Fixed #34842 -- Fixed ModelAdmin.readonly_fields crash with GeneratedFields. il y a 1 an
  mgaligniana c72f6f36c1 Fixed #11803 -- Allowed admin select widgets to display new related objects. il y a 3 ans
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
  Yash Jhunjhunwala 492ed60f23 Fixed #33029 -- Allowed multiple popups for self-related fields in admin. il y a 3 ans
  Hasan Ramezani d1216e126f Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with non-ASCII model names. il y a 3 ans
  Nick Pope 2161db0792 Fixed capitalization of "ECMAScript" and "JavaScript". il y a 3 ans
  Johannes Maron 03d0f12c82 Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases. il y a 4 ans
  Johannes Maron 0b120f5d64 Refs #29138 -- Added extra tests for autocomplete FK to_field variations. il y a 4 ans
  Jacob Walls 9d7e31cc74 Removed unused code in admin_views tests. il y a 4 ans
  Nick Pope 9204485396 Fixed #16117 -- Added decorators for admin action and display functions. il y a 4 ans
  Johannes Maron 3071660acf Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields. il y a 4 ans
  Julien Rebetez b790883065 Fixed #31181 -- Added links to related models for admin's readonly fields. il y a 5 ans
  Jon Dufresne 505fec6bad Capitalized Unicode in docs, strings, and comments. il y a 5 ans
  Daniel Izquierdo 89abecc75d Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones. il y a 8 ans
  Sanyam Khurana 87f5d07eed Fixed #12952 -- Adjusted admin log change messages to use form labels instead of field names. il y a 5 ans
  Mariusz Felisiak 7cbcf2e2cb Fixed #30259 -- Fixed crash of admin views when properties don't have admin_order_field attribute. il y a 6 ans
  Jani Tiainen 044cc54420 Fixed #30259 -- Added support for admin_order_field attribute on properties in ModelAdmin.list_display. il y a 6 ans
  Arthur Rio 181fb60159 Fixed #11154, #22270 -- Made proxy model permissions use correct content type. il y a 6 ans
  Matt Wiens e817ae74da Followed style guide for model attribute ordering. il y a 6 ans
  Manan 3a4558b84f Moved choices inside of test models per coding style. il y a 6 ans
  Tim Graham 5fa4f40f45 Fixed #29227 -- Allowed BooleanField to be null=True. il y a 8 ans
  Paulo d1286a8a68 Fixed #28517 -- Fixed admin delete confirmation view crash when related models don't have a delete permission. il y a 7 ans
  Johannes Hoppe 94cd8efc50 Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin. il y a 8 ans
  Lincoln Smith 15b465c584 Fixed #27998 -- Made ManyToManyField changes logged in admin's object history. il y a 8 ans
  Paulo b7f99f84bc Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reverse relation is in list_filter. il y a 7 ans
  Anton Samarchyan e88d2dfcf4 Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy. il y a 8 ans
  chillaranand d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). il y a 8 ans
  Claude Paroz f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage il y a 8 ans