- 18 Ock, 2017 2 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
- 05 Ock, 2016 1 kayıt (commit)
-
-
Andrew Kuchev yazdı
Thanks to mpasternak for the report and Tim Graham for the review.
-
- 17 Ock, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 03 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 21 Eki, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #23685.
-
- 08 Agu, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Claude Paroz for assistance with debugging the tests.
-
- 20 Ock, 2014 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 10 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
-
- 09 Eyl, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-
- 03 Eyl, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 24 Tem, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks al_the_x for the report and fheinz for the draft patch.
-
- 09 Tem, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
It doesn't work as one might expect on a certain database backend where autocommits_when_autocommit_is_off = True. That backend happens to be popular for running tests.
-
- 30 Haz, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
This was a stealth option only used by the tests, and it isn't useful any more since `atomic` provides nested transactions.
-
- 10 Haz, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Fixed #20483.
-
- 19 May, 2013 3 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
The failure was caused by generating the same warning from two tests. The second time the same warning was raised it was swallowed by the "once" simplefilter of warnings.
-
Senko Rasic yazdı
-
Senko Rasic yazdı
If the fixture doesn't exist, loaddata will output a warning. The fixture named "initial_data" is exceptional though; if it doesn't exist, the warning is not emitted. This allows syncdb and flush management commands to attempt to load it without causing spurious warnings. Thanks to Derega, ptone, dirigeant and d1ffuz0r for contributions to the ticket.
-
- 11 Mar, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-