Tim Graham
|
fddd95254e
|
Fixed flake8 errors.
|
2014-07-07 19:12:39 -04:00 |
Claude Paroz
|
6d302f6396
|
Fixed pyinotify performance regression in 15f82c7011
Refs #9722. Thanks Tim Graham for the review.
|
2014-07-06 21:41:02 +02:00 |
Aymeric Augustin
|
da16bb30ff
|
Dropped AppCache._empty, _with_app and _without_app.
It's now easier to achieve the same effect with modify_settings or
override_settings.
|
2013-12-23 21:37:56 +01:00 |
Aymeric Augustin
|
2fef9e5375
|
Moved apps back in the toplevel django namespace.
Reverted 4a56a93cc4 .
|
2013-12-22 11:39:55 +01:00 |
Aymeric Augustin
|
2239081ff1
|
Expurged INSTALLED_APPS from code and tests.
Except the app cache code and a few specific tests, of course.
|
2013-12-22 11:39:18 +01:00 |
Bouke Haarsma
|
2397daab4a
|
Fixed #9523 -- Restart runserver after compiling apps translations
Django also uses locales provided by apps, which also might change. Also when
i18n is disabled, there is no need for watching translation files.
|
2013-11-11 11:43:09 +01:00 |
Bouke Haarsma
|
c3936c0d79
|
Fixed #9523 -- Restart runserver after translation MO files change
Thanks to Krzysztof Kulewski for the initial patch.
|
2013-11-02 10:29:07 +01:00 |