mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
categories.registration._process_registry was being called in categories/__init__.py, but since Django 1.9 it hasn't been possible to perform operations with models until the app registry is fully loaded. Currently the `AppRegistryNotReady` exception is being caught and printed, which means it is never actually executed on load. Since this code isn't currently doing anything (other than emitting a print() of a warning), I've removed it. |
||
|---|---|---|
| .. | ||
| editor | ||
| fixtures | ||
| locale | ||
| management | ||
| migrations | ||
| static/js | ||
| templates | ||
| templatetags | ||
| tests | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| base.py | ||
| fields.py | ||
| genericcollection.py | ||
| migration.py | ||
| models.py | ||
| registration.py | ||
| settings.py | ||
| urls.py | ||
| views.py | ||