home / django_tickets / tickets

tickets: 8579

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
8579 2008-08-26 23:08:22 2014-01-20 02:50:58 2022-03-06 03:42:37.719748 Accepted closed contrib.admin New feature Normal dev fixed Move admin validation to only run as part of "validate" management command Normal practice within Django is that validation code is only run when requested, since code is correct more often than it is wrong. The admin validation code runs every time a URL conf file is imported and `DEBUG = True`. It should be moved to be part of the `django-admin.py validate` run. This isn't entirely trivial, since it's a bit tied up with admin registration and that's an issue when `admin.autodiscover()` is used. nobody mtredinnick   0 0 0 0 0 0
Powered by Datasette · Queries took 0.706ms