- 02 Ock, 2014 8 kayıt (commit)
-
-
Aymeric Augustin yazdı
The app/apps dichotomy was more confusing than valuable.
-
Tim Graham yazdı
Thanks Stephen McDonald for the suggestion.
-
Alex Gaynor yazdı
Fixed minor typos in GEOS API doc page.
-
Nathan Smith yazdı
-
Claude Paroz yazdı
In get_commands, setup() might already have been called, for example when the management command is called through call_command. Moving setup() to ManagementUtility so as it is only called when the command is run from command line.
-
Alex Gaynor yazdı
Fixed typos. Changed grammar.
-
Frank Tobia yazdı
Minor typos. Some grammar changes.
-
Marc Tamlyn yazdı
Thanks to Loic for the report.
-
- 01 Ock, 2014 13 kayıt (commit)
-
-
Claude Paroz yazdı
When django.setup() (and then configure_logging) is called inside catch_warnings, logging setup is negatively affected (notably warnings.showwarning definition).
-
Aymeric Augustin yazdı
Django determines automatically which application models belong to, provided the application can be imported without importing models.
-
Aymeric Augustin yazdı
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Refs #21018, #21688.
-
Aymeric Augustin yazdı
Refs #12288, #21679.
-
Preston Timmons yazdı
This was used for python 2.6 and unittest2 compatibility. It was forgotten when the code that used it was removed.
-
Preston Timmons yazdı
Added test to verify an empty label performs discovery on the current working directory.
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Used abstract inheritance to cut down on code repetition.
-
Matt Robenolt yazdı
Disqus regularly does 40-50k/s
-
- 31 Ara, 2013 19 kayıt (commit)
-
-
Loic Bistuer yazdı
When STATIC_ROOT wasn't set, collectstatic --clear would delete every files within the current directory and its descendants. This patch makes the following changes: Prevent collectstatic from running if STATIC_ROOT isn't set. Fixed an issue that prevented collectstatic from displaying the destination directory. Changed the warning header to notify when the command is run in dry-run mode.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks Aymeric Augustin for the report and the review.
-
Aymeric Augustin yazdı
Thanks Jannis and Marc for the feedback. Fixed #21717.
-
Aymeric Augustin yazdı
Fixed #21679.
-
Aymeric Augustin yazdı
Fixed #21683.
-
Aymeric Augustin yazdı
This check will miss duplicates until the check for duplicate labels is added. Refs #21679.
-
Aymeric Augustin yazdı
It doesn't account for app configs. Refs #21679.
-
Claude Paroz yazdı
Thanks Marco Badan for the report.
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
Thanks ken.nelson at maclaren.com.
-
Aymeric Augustin yazdı
Fixed #21715.
-
Aymeric Augustin yazdı
Thanks Anssi for noticing this mistake in a refactoring.
-
Tim Graham yazdı
Thanks cjerdonek for the suggestion.
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
This avoids duplicating code.
-
Claude Paroz yazdı
-
Thomas Schreiber yazdı
-