- 26 Ara, 2013 10 kayıt (commit)
-
-
Aymeric Augustin yazdı
Eliminated the app_ prefix that was more confusing than useful.
-
Aymeric Augustin yazdı
Previously the _apps/models_loaded flags could remain set to False if set_installed_apps exited with an exception, which is going to happen as soon as we add tests for invalid values of INSTALLED_APPS.
-
Aymeric Augustin yazdı
-
Preston Timmons yazdı
Thanks thepapermen for the report and Carl Meyer for the review.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
-
Jon Lønne yazdı
Fixed a crash when executing changepassword command when the user object representation contained non-ASCII characters.
-
Claude Paroz yazdı
-
- 25 Ara, 2013 9 kayıt (commit)
-
-
Alex Gaynor yazdı
Removed redundant line
-
Levi Gross yazdı
-
Aymeric Augustin yazdı
Thanks David Larlet for the suggestion. Also fixed some Sphinx warnings and improved ReST markup.
-
Aymeric Augustin yazdı
Used @cached_property for request.GET and COOKIES
-
Yaroslav Halchenko yazdı
- use code-block:: bash - prefix the command with $
-
Levi Gross yazdı
-
Tim Graham yazdı
refs #19321
-
Tim Graham yazdı
Thanks carrie.hazelton at altamiracorp.com for the report.
-
Tim Graham yazdı
Thanks alex_koval for the report.
-
- 24 Ara, 2013 14 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Tim for the review.
-
Aymeric Augustin yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
Typo fix for exception message.
-
Jonas Gastal yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
GEOS 3.3 added crosses, disjoint, overlaps, touches and within predicates on prepared geometries.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Robert Scott for the report.
-
Aymeric Augustin yazdı
Also renamed app_cache to apps and "app cache" to "app registry". Deprecated AppCache.app_cache_ready() in favor of Apps.ready().
-
Curtis yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Invalidate properly the cache whenever all_models or app_configs change. This fixes some isolation issues in the test suite.
-
- 23 Ara, 2013 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
Previously, this would corrupt the settings, because __exit__ isn't called when __enter__raises an exception.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
It's now easier to achieve the same effect with modify_settings or override_settings.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
* Introduced [un]set_installed_apps to handle changes to the INSTALLED_APPS setting. * Refactored [un]set_available_apps to share its implementation with [un]set_installed_apps. * Implemented a receiver to clear some app-related caches. * Removed test_missing_app as it is basically impossible to reproduce this situation with public methods of the new app cache.
-