- 27 Ara, 2013 10 kayıt (commit)
-
-
Ramiro Morales yazdı
Fixed #21692 -- Quote table name when creating it.
-
Aymeric Augustin yazdı
The u prefix looks bad on Python 2.
-
Ramiro Morales yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
Thanks nedbatchelder and claudep.
-
Aymeric Augustin yazdı
Mostly for consistency with MODELS_MODULE_NAME; it's unlikely to change.
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Tim Graham yazdı
Thanks oubiga for the report.
-
- 26 Ara, 2013 17 kayıt (commit)
-
-
Aymeric Augustin yazdı
An admin view performed the capitalization in the template, unlike all others. Refs #10436.
-
Tim Graham yazdı
Thanks Aymeric for the suggestion.
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
Thanks cjerdonek for the suggestion.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
It raises ImportError whenever an entry in INSTALLED_APPS points (directly or indirectly via AppConfig.name) to a non-existing module and ImproperlyConfigured in all other cases. Catching ImportError and re-raising ImproperlyConfigured tends to make circular imports more difficult to diagnose.
-
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 4 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.
-