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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_admin.py | ||
| test_category_import.py | ||
| test_image.jpg | ||
| test_manager.py | ||
| test_mgmt_commands.py | ||
| test_models.py | ||
| test_registration.py | ||
| test_templatetags.py | ||
| test_views.py | ||