- 09 Mar, 2014 12 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Since we don't enforce order between apps, root packages of contrib apps cannot import models from unrelated apps. Fix #22005, refs #21719.
-
Aymeric Augustin yazdı
This reverts commit a718fcf2.
-
Shai Berger yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Shai Berger yazdı
-
Shai Berger yazdı
-
Andrew Godwin yazdı
-
Shai Berger yazdı
Change database test settings from "TEST_"-prefixed entries in the database settings dictionary to setting in a dictionary that is itself an entry "TEST" in the database settings. Refs #21775 Thanks Josh Smeaton for review.
-
Alex Gaynor yazdı
-
Andrew Godwin yazdı
-
- 08 Mar, 2014 11 kayıt (commit)
-
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
Fixed #22073 - Ensure CreateTable operation handles backwards migration correctly when M2M fields are present
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Claude Paroz yazdı
Environment keys/values need to use native strings on some plateforms. Thanks anubhav joshi for detecting the issue and helping shaping the patch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Refs #20083.
-
Claude Paroz yazdı
Refs #21188. Now pure Python DeprecationWarning visibility should be back to Python defaults.
-
Claude Paroz yazdı
Thanks Anssi Kääriäinen for the idea and Simon Charette for the review.
-
Russell Keith-Magee yazdı
Thanks to jwa for the report.
-
- 07 Mar, 2014 3 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Also fixed #22124 -- Expanded explanation of exactly what is going on in as_sql() methods.
-
Szczepan Cieślik yazdı
-
Tim Graham yazdı
-
- 06 Mar, 2014 8 kayıt (commit)
-
-
James Jenkins yazdı
Thanks bendavis78 for the report.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
This reverts commit 1562b989.
-
Andrew Godwin yazdı
-
Loic Bistuer yazdı
Thanks @apollo13 for the suggestion. Refs #17413.
-
Roger Hu yazdı
Thanks Paul McMillan for the review.
-
Claude Paroz yazdı
Also took the opportunity to slightly refactor gettext options so as to ease customization by subclassing the command. Thanks Michal Čihař for the report and initial patch.
-
- 05 Mar, 2014 6 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Added the following scripts: * Lithuanian (thanks to petraszd for the patch) * Serbian (thanks to offy) * Azerbajani (thanks to Ali Ismayilov) Fixed the following issues: * In Polish character map, some uppercase letters were converted to a lowercase ascii equivalent. * The letter Y with a diaeresis had a lowercase version but no uppercase. The code was also simplified and cleaned up: * Use of `var` statements everywhere * Systematic use of semicolons * Proper looping over arrays and objects. Thanks to @oinopion for his help in getting the javascript into proper shape. Fixes #8561, #11035.
-
Gabe Jackson yazdı
GenericRelation now supports an optional related_query_name argument. Setting related_query_name adds a relation from the related object back to the content type for filtering, ordering and other query operations. Thanks to Loic Bistuer for spotting a couple of important issues in his review.
-
Akis Kesoglou yazdı
Thanks to Loic Bistuer for review. Minor changes to error messages done by committer.
-
Chris Wilson yazdı
-
Claude Paroz yazdı
Refs #21725.
-
Baptiste Mispelon yazdı
3e25c8ac was an incomplete merge of the pull request. Thanks to @ramast for catching this.
-