- 30 Haz, 2015 7 kayıt (commit)
-
-
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 5 kayıt (commit)
-
-
Claude Paroz yazdı
This reverts commit b43b27bc. This commit broke tests initialization on systems without GIS libraries.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Partial revert of 61d09e61. At __del__ time, it might be to late to bind those functions.
-
Marten Kenbeek yazdı
-
Tim Graham yazdı
-
- 24 Haz, 2015 5 kayıt (commit)
-
-
Simon Charette yazdı
Thanks to Tim Graham for the report and Shai Berger for the review.
-
Tim Graham yazdı
Forwardport of ae1d663b from stable/1.8.x plus more.
-
Claude Paroz yazdı
-
Lukas Hetzenecker yazdı
-
Daniel Wiesmann yazdı
Thanks to Tim Graham for the review.
-
- 23 Haz, 2015 4 kayıt (commit)
-
-
Daniel Wiesmann yazdı
-
Markus Holtermann yazdı
By providing a .coveragerc file with all default settings, users only have to execute "coverage run ./runtests.py" without the need to specify all the possible flags. The same applies to "coverage html" and "coverage xml".
-
Markus Holtermann yazdı
Thanks Andriy Sokolovskiy and Simon Charette for the review.
-
Marten Kenbeek yazdı
Implemented __str__() to return the string-representation of the proxied object, not the proxy itself, if the lazy object didn't have a string-like object in its resultclasses.
-
- 22 Haz, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-