django-categories/categories/tests
Frankie Dintino 61e156b385 Fix 'Models aren't loaded yet' warning on import
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.
2019-06-26 13:08:46 -05:00
..
__init__.py [-] 1.6/1.7/1.8 compatiable changes (WIP) 2015-06-09 15:17:48 -05:00
test_admin.py Made updates to get everything working with Django 2 2017-12-26 11:27:42 -06:00
test_category_import.py Updated django-categories to work with Django 1.10 2016-11-14 12:28:07 -06:00
test_image.jpg Fixed a ValueError that happened when trying to save a Category that has a thumbnail 2017-03-29 20:43:55 -05:00
test_manager.py [-] 1.6/1.7/1.8 compatiable changes (WIP) 2015-06-09 15:17:48 -05:00
test_mgmt_commands.py Fix 'Models aren't loaded yet' warning on import 2019-06-26 13:08:46 -05:00
test_models.py Fixed a ValueError that happened when trying to save a Category that has a thumbnail 2017-03-29 20:43:55 -05:00
test_registration.py Made a bunch of flake8 fixes and also added flake8 testing to Travis and Tox 2016-02-15 15:47:21 -06:00
test_templatetags.py Made a bunch of flake8 fixes and also added flake8 testing to Travis and Tox 2016-02-15 15:47:21 -06:00
test_views.py [-] Added additional test coverage for management commands and views 2017-10-12 22:46:33 -05:00