- 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 20 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ı
-
Claude Paroz yazdı
To resolve the conflict between application names.
-
- 30 Ara, 2013 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Now that the refactorings are complete, it isn't particularly useful any more, nor very well named. Let's keep the API as simple as possible. Fixed #21689.
-
Tim Graham yazdı
-
Florian Apolloner yazdı
Many thanks to @bitdancer and @aaugustin for answering my stupid questions about (mail)encodings and pointing me in the right direction.
-
Tim Graham yazdı
Thanks ashley at ashleymills.com for the suggestion.
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
Changed console and filebackend to use msg.as_bytes to output the data as it would get send via smtp.
-