- 14 Haz, 2012 4 kayıt (commit)
-
-
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.
-
- 08 Haz, 2012 15 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Generic views assumed any object's _meta will be model Options. This is not true for ModelForms for example. Took isinstance(obj, Model) in use instead.
-
Anssi Kääriäinen yazdı
-
Simon Charette yazdı
Added kwargs for_concrete_model and for_concrete_models to ContentType methods get_for_model() and get_for_models(). By setting the flag to False, it is possible to get the contenttype for proxy models.
-
Anssi Kääriäinen yazdı
The reason for this was that git show included the whole changeset in the output, but only the UTC timestamp was needed. By using git log it is possible to get just the timestamp. The whole changeset can be large, and can cause unicode encoding errors.
-
Adrian Holovaty yazdı
-
Anssi Kääriäinen yazdı
-
Aymeric Augustin yazdı
-
Audrey Roy yazdı
-
Audrey Roy yazdı
-
Aymeric Augustin yazdı
One is for the community, the other for the core team. Thanks Reinout van Rees for the report.
-
Aymeric Augustin yazdı
This avoids adding each contributor as a remote. Thanks Fruneau for the report.
-
Aymeric Augustin yazdı
Many thanks to Daniele Procida.
-
Aymeric Augustin yazdı
Fixed #18381 -- Stopped escaping object ids when passing them to the contenttypes.shortcut view. Thanks apollo13 for the patch and dhepper for the review.
-
Aymeric Augustin yazdı
Fixed #18433 -- Fixed "View on Site" link in inline admin for models with custom PK Thanks dhepper for the patch and apollo13 for the review.
-
Aymeric Augustin yazdı
Thanks ebrelsford AT gmail.com and oinopion.
-
- 07 Haz, 2012 5 kayıt (commit)
-
-
Luke Plant yazdı
-
Aymeric Augustin yazdı
Thanks Audrey Roy for the patch.
-
Daniel Hepper yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Most of the credit for this large patch goes to Anssi Kääriäinen. Many thanks to all the people who contributed to the discussion.
-