- Language: en
8 results for circular import in version 1.8
-
Settings
- … Important If you override MESSAGE_LEVEL in your settings file and rely on any of the built-in constants, you must import the constants module directly to avoid the potential for circular …
-
Translation
- … circular import. Here’s a sample settings file: from django.utils.translation import ugettext_lazy as _ LANGUAGES …
-
Django 1.7 release notes
- … import_by_path() function catches AttributeError , ImportError and ValueError exceptions, and re-raises ImproperlyConfigured . Such exception masking makes it needlessly hard to diagnose circular …
-
Model field reference
- … circular import dependencies between two applications. A database index is automatically created on the ForeignKey …
-
Signals
- … circular import dependencies and swappable models. pre_init django.db.models.signals. pre_init Whenever you instantiate a Django …
-
Customizing authentication in Django
- … Customizing authentication in Django The authentication that comes with Django is good enough for most …
-
Migrations
- … Migrations New in Django 1.7. Migrations are Django’s way of propagating changes you make …
-
Advanced testing topics
- … Advanced testing topics The request factory class RequestFactory [source] The RequestFactory shares the same API …