- 02 Tem, 2015 1 kayıt (commit)
-
-
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ı
-
- 26 Haz, 2015 5 kayıt (commit)
-
-
Jason Hoos yazdı
-
Claude Paroz yazdı
As GDAL_VERSION is conditionnaly imported, it cannot be referenced in skipIf decorator.
-
Daniel Wiesmann yazdı
Thanks to Simon Charette for the report.
-
薛丞宏 yazdı
-
Claude Paroz yazdı
This is an alternative patch to the unsuccessful b43b27bc.
-
- 25 Haz, 2015 2 kayıt (commit)
-
-
Claude Paroz yazdı
This reverts commit b43b27bc. This commit broke tests initialization on systems without GIS libraries.
-
Claude Paroz yazdı
-