- 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 18 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.
-
Tim Graham yazdı
Thanks Keryn Knight for the report.
-
Aymeric Augustin yazdı
After the recent series of refactorings, there's no reason to keep two distinct methods. Refs #21681.
-
Aymeric Augustin yazdı
To the best of my understanding, since populate_models() is now called as soon as Django starts, it cannot be called while a models module is being imported, and that removes the need for postponing. (If hell breaks loose we'll revert this commit.) Refs #21681.
-
Aymeric Augustin yazdı
Since it triggers imports, it shouldn't be done lightly. This commit adds a public API for doing it explicitly, django.setup(), and does it automatically when using manage.py and wsgi.py.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Refs #1796, #21676.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Currently it's 3.3.
-
Aymeric Augustin yazdı
Various small fixes while I was proof-reading.
-
- 29 Ara, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-