- 30 Nis, 2015 3 kayıt (commit)
-
-
Markus Holtermann yazdı
This is a regression caused by introducing rendered migration states in 1aa3e09c and the _meta refactoring in fb48eb05. Thanks to Danilo Bargen for reporting the issue and Marten Kenbeek and Tim Graham for triaging the bug and providing the initial test case.
-
Dmitry Medvinsky yazdı
-
Tim Graham yazdı
-
- 29 Nis, 2015 2 kayıt (commit)
-
-
David D. Riddle yazdı
The test failed on RHEL6 systems running python 2.7 from a RedHat Software Collection (SCL) because this test runs an external python script with a stripped system environment. RedHat SCLs work by setting a number of system environment variables when these are stripped out by this test the python 2.7 interpreter is no longer able to function properly because it can not find the system libraries needed. Now we use use mock to modify the system environment directly.
-
Baptiste Mispelon yazdı
Thanks to Andrew Ingram for the report.
-
- 28 Nis, 2015 6 kayıt (commit)
-
-
Mounir yazdı
-
Markus Bertheau yazdı
-
Tim Graham yazdı
-
Aric Coady yazdı
-
Alasdair Nicol yazdı
-
Tim Graham yazdı
-
- 27 Nis, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Alasdair Nicol yazdı
-
- 26 Nis, 2015 1 kayıt (commit)
-
-
Harry yazdı
-
- 25 Nis, 2015 10 kayıt (commit)
-
-
Artis Avotins yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Markus Holtermann yazdı
Thanks to Reto Aebersold for reporting the issue and Tim Graham and Claude Paroz for the review.
-
Marten Kenbeek yazdı
Changed squashmigrations to not instantiate a MigrationExecutor, but to directly use a MigrationLoader instance instead.
-
Adam Zapletal yazdı
I changed "appears" to "appear" and emphasized the word "not" to match the rest of the document.
-
Michal Čihař yazdı
The locale code can contain a variant after @, so allowed that.
-
Nik Nyby yazdı
-
Andrei Kulakov yazdı
-
- 24 Nis, 2015 11 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Josh Smeaton yazdı
-
Marcus Pennington yazdı
-
Tim Graham yazdı
Thanks Carl Meyer for review.
-
Nicolas Noé yazdı
-
Daniel Harding yazdı
-
Alasdair Nicol yazdı
Thanks datakid for the report
-
Tim Graham yazdı
-
- 23 Nis, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 22 Nis, 2015 4 kayıt (commit)
-
-
Richard Eames yazdı
-
Preston Timmons yazdı
Refs #15053.
-
Preston Timmons yazdı
This now works for multiple Django engines and recursive loaders. Support for non-Django engines is still pending. Refs #15053.
-
Preston Timmons yazdı
-