- 22 Haz, 2012 3 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Luke Plant yazdı
Thanks to ambv for the report
-
- 19 Haz, 2012 4 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks volrath and copelco for their work on the patch.
-
danger yazdı
-
Tim Saylor yazdı
-
- 18 Haz, 2012 4 kayıt (commit)
-
-
Chris Beaven yazdı
Previously, the closing token for the verbatim tag was specified as the first argument of the opening token. As pointed out by Jannis, this is a rather major departure from the core tag standard. The new method reflects how you can give a specific closing name to {% block %} tags.
-
Gabe Jackson yazdı
-
Daniel Hepper yazdı
-
Daniel Hepper yazdı
-
- 17 Haz, 2012 2 kayıt (commit)
-
-
Florian Apolloner yazdı
Moved HAS_SPATIALREFSYS back into the tests namespace since it only operates on the default database and isn't a global flag like HAS_GDAL.
-
Julien Phalip yazdı
Fixed #18420 -- Prevented the admin JS from crashing when the main form contains no field. Thanks to maciej.maciaszek for the report and patch.
-
- 16 Haz, 2012 4 kayıt (commit)
-
-
Julien Phalip yazdı
-
Julien Phalip yazdı
-
Julien Phalip yazdı
Fixed #18477 -- Fixed colspan value when a TabularInline form contains validation errors. Thanks to yedpodtrzitko for the report and patch.
-
Julien Phalip yazdı
-
- 15 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
This is also more Python 3 compatible, as the json module in Python 3 is expecting text. Thanks Vinay Sajip for noticing it.
-
- 14 Haz, 2012 6 kayıt (commit)
-
-
Luke Plant yazdı
-
Luke Plant yazdı
Doing next(IfParser()) works for Python 2.7, because it calls IfParser.next(), but in Python 3 will call IfParser.__next__() which does not work since it is not an iterator and does not have that method.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
No need to special case tests discovery for regular first-level gis tests.
-
Claude Paroz yazdı
This refactoring does allow much easier MeasureBase subclassing. Many thanks to Ricardo di Virgilio for the initial patch.
-
Claude Paroz yazdı
Thanks aneil for the report and the initial patch.
-
- 13 Haz, 2012 3 kayıt (commit)
-
-
Claude Paroz yazdı
As the content of last_executed_query() is not under Django's control for most backends, it is useless to test too specific aspects of it.
-
Anssi Kääriäinen yazdı
In addition, removed a possibly problematic .filter() call from backends.test_query_encoding test. It is possible the .filter could cause collation problems on MySQL, and as it wasn't absolutely needed for the test it seemed better to get rid of the call. Refs #18461.
-
Claude Paroz yazdı
Thanks Anssi Kääriäinen for the review.
-
- 12 Haz, 2012 2 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
- 11 Haz, 2012 2 kayıt (commit)
-
-
Claude Paroz yazdı
-
Jannis Leidel yazdı
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.
-
- 10 Haz, 2012 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks jpaugh64 for the report.
-
Luke Plant yazdı
-
- 09 Haz, 2012 7 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #18157.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks mehta.apurva at gmail.com for the report and the initial patch and neaf for the complete patch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Connection.features does not need to be confirmed any more, after commit aa423575, rendering obsolete the workaround when using TEST_MIRROR (Refs #16885, #17760).
-
Claude Paroz yazdı
This does remove the requirement to call features.confirm() method before checking the properties. Thanks cdestiger and Ramiro Morales for their work on the patch.
-