Historique des commits

Auteur SHA1 Message Date
  Tim Graham d170c63351 Refs #23919 -- Removed misc references to Python 2. il y a 8 ans
  Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage il y a 8 ans
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports il y a 8 ans
  Tim Graham d67a46e104 Refs #25135 -- Removed support for the contrib.admin allow_tags attribute. il y a 8 ans
  Adam Chainz cd86f03591 Refs #26961 -- Fixed invalid ModelAdmins in tests. il y a 8 ans
  Michael Scott 1e629928e9 Fixed #27313 -- Allowed overriding admin popup response template. il y a 8 ans
  Ramin Farajpour Cami 967be82443 Fixed E305 flake8 warnings. il y a 8 ans
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. il y a 8 ans
  Halil Kaya 2027d6acf7 Fixed #26954 -- Prevented ModelAdmin.has_module_permission()=False from blocking access to the app index page. il y a 8 ans
  Stanislav Karpov b387189d86 Fixed #26919 -- Added the action form's media in the changelist view. il y a 8 ans
  Adam Chainz a757c68129 Fixed admin_views clashing field check error. il y a 8 ans
  Emad Mokhtar c4980e28e5 Fixed #26290 -- Warned that paginating an unordered QuerySet may result in inconsistent results. il y a 8 ans
  Vytis Banaitis 2f9c4e2b6f Fixed #19963 -- Added support for date_hierarchy across relations. il y a 9 ans
  Markus Amalthea Magnuson 08cd6a0e56 Fixed #16327 -- Redirected "Save as new" to change view instead of the changelist. il y a 9 ans
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. il y a 9 ans
  Tim Graham acfaec3db5 Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in list_editable. il y a 9 ans
  Tim Graham 37f7ef41fb Fixed #24316 -- Made ModelAdmin.list_display callables use an appropriate CSS class name. il y a 9 ans
  Alexander Gaevsky 9a33d3d764 Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly_fields. il y a 9 ans
  Alexander Gaevsky ade54ffa34 Refs #25165 -- Fixed JSON serialization for add/edit popup in the admin. il y a 9 ans
  Alexander Gaevsky 69208a5a1c Fixed #25465 -- Restored line breaks conversion in admin readonly fields. il y a 9 ans
  Tim Graham f18b08748a Fixed #25903 -- Fixed the admin's list_editable add/change buttons. il y a 9 ans
  Tim Graham 65764a9316 Renamed __unicode__() to __str__() in some test comments. il y a 9 ans
  Attila Tovt 0a2d3b7387 Fixed #25682 -- Removed bare except clauses. il y a 9 ans
  Simon Charette 9dcfecb7c6 Fixed #25622 -- Accounted for generic relations in the admin to field validation il y a 9 ans
  Dražen Odobašić b1e33ceced Fixed #23395 -- Limited line lengths to 119 characters. il y a 9 ans
  Ola Sitarska f2f8972def Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute. il y a 9 ans
  sarthakmeh 40bf18e702 Fixed #25058 -- Added GenericRelations with related_query_name to the admin's delete confirmation page. il y a 9 ans
  Tim Graham 9607a04041 Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes with a model reverse accessor. il y a 9 ans
  Edward Henderson f8cc464452 Fixed #16501 -- Added an allow_unicode parameter to SlugField. il y a 10 ans
  Tim Graham e7c6a2cf9f Refs #4960 -- Fixed selenium test failures for CharField strip changes. il y a 9 ans