- 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.
-
- 29 Haz, 2015 4 kayıt (commit)
-
-
Andriy Sokolovskiy yazdı
-
Andriy Sokolovskiy yazdı
-
Luke Plant yazdı
This is a security hardening fix to help prevent XSS (and incorrect HTML) for the common use case of simple_tag. Thanks to Tim Graham for the review.
-
Anssi Kääriäinen yazdı
When the pk was a relation field, qs.filter(pk__in=qs) didn't work. In addition, fixed Restaurant.objects.filter(place=restaurant_instance), where place is an OneToOneField and the primary key of Restaurant. A big thank you to Josh for review and to Tim for review and cosmetic edits. Thanks to Beauhurst for commissioning the work on this ticket.
-
- 28 Haz, 2015 1 kayıt (commit)
-
-
Markus Holtermann yazdı
-
- 27 Haz, 2015 8 kayıt (commit)
-
-
Trey Hunner yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Greg Chapple yazdı
-
Tim Graham yazdı
-
Noam yazdı
-
sujayskumar yazdı
-