- 06 Tem, 2015 4 kayıt (commit)
-
-
Andriy Sokolovskiy yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Unused since 5d863f1f.
-
- 04 Tem, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 03 Tem, 2015 8 kayıt (commit)
-
-
Sylvain Fankhauser yazdı
-
Rigel Di Scala yazdı
-
Luke yazdı
-
Michael Manfre yazdı
-
Jan Pazdziora yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 02 Tem, 2015 8 kayıt (commit)
-
-
Jan Pazdziora yazdı
-
Grégoire ROCHER yazdı
-
Tim Graham yazdı
-
Chris Lamb yazdı
-
Adam Taylor yazdı
-
William Schwartz yazdı
-
jpic yazdı
ModelAdmin added readonly_fields to exclude, but would not undeclare them if they were overridden.
-
Kai Richard Koenig yazdı
-
- 01 Tem, 2015 8 kayıt (commit)
-
-
Curtis yazdı
-
Tim Graham yazdı
-
Jon Dufresne yazdı
-
Tim Graham yazdı
-
Matthew Somerville yazdı
Thanks Bojan Mihelac for the initial patch.
-
Moritz Sichert yazdı
-
Claude Paroz yazdı
-
Trey Hunner yazdı
Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.
-
- 30 Haz, 2015 11 kayıt (commit)
-
-
Michael Tänzer yazdı
On sqlite the SUM() of a decimal column doesn't have a NUMERIC type so when comparing it to a string literal (which a Decimal gets converted to in Django) it is not compared as expected.
-
Jean-Michel Vourgère yazdı
The password from settings.py is written in a temporary .pgpass file file whose name is given to psql using the PGPASSFILE environment variable.
-
Shai Berger yazdı
Thanks Tim Graham for review.
-
Marten Kenbeek yazdı
-
Andreas Pelme yazdı
Made it possible to register and run callbacks after a database transaction is committed with the `transaction.on_commit()` function. This patch is heavily based on Carl Meyers django-transaction-hooks <https://django-transaction-hooks.readthedocs.org/>. Thanks to Aymeric Augustin, Carl Meyer, and Tim Graham for review and feedback.
-
Tim Graham yazdı
This reverts commit bd691f45 (refs #24177).
-
Jonas Degrave yazdı
-
Ned Batchelder yazdı
-
Andriy Sokolovskiy yazdı
-
Andriy Sokolovskiy yazdı
-
Andriy Sokolovskiy yazdı
If the only manager on the model is the default manager defined by Django (`objects = models.Manager()`), this manager will not be added to the model state. If it is custom, it needs to be passed to the model state.
-