- 02 Şub, 2013 2 kayıt (commit)
-
-
Ramiro Morales yazdı
-
Tim Graham yazdı
Fixed #19690 - Removed unused import in doc examples
-
- 01 Şub, 2013 10 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Jonathan Liuti for the report and the initial patch, and Simon Charette for the review.
-
Aymeric Augustin yazdı
Thanks James Pic for the suggestion (PR 88).
-
Aymeric Augustin yazdı
Thanks Chris Rebert for the report.
-
Aymeric Augustin yazdı
Fixed #18755 -- Wrapped long admin forms fields labels.
-
Simon Charette yazdı
-
Aymeric Augustin yazdı
Refs #16218.
-
Matt Robenolt yazdı
-
Claude Paroz yazdı
Thanks Aramgutang for the report. Refs #17228.
-
Claude Paroz yazdı
-
Simon Charette yazdı
-
- 31 Ock, 2013 10 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Tim Bowden for the report.
-
Claude Paroz yazdı
Thanks Eugene Grachev for the report.
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
Fixed #19711 -- Typo in django.test.simple.__all__
-
Rafal Stozek yazdı
-
Ramiro Morales yazdı
-
Aymeric Augustin yazdı
Thanks rafales.
-
Aymeric Augustin yazdı
Thanks Tim for the report and initial patch.
-
Aymeric Augustin yazdı
-
- 30 Ock, 2013 7 kayıt (commit)
-
-
Claude Paroz yazdı
Fixed #19703 -- Typo in get_declared_fields docstring
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
This was made possible by commit 3f1a0c00. Thanks Evil Clay for the report and Alexey Boriskin his work on the ticket.
-
Aymeric Augustin yazdı
Refs #19076.
-
Aymeric Augustin yazdı
Thanks Gavin Wahl.
-
Aymeric Augustin yazdı
Many thanks to Alexey Boriskin, Claude Paroz and Julien Phalip.
-
Simon Kerr yazdı
-
- 29 Ock, 2013 6 kayıt (commit)
-
-
Ramiro Morales yazdı
They are simply ignored now. This allows for a more correct behavior when they are placed before translatable constructs on the same line. Previously, the latter were wrongly ignored because the former were preserved when converting template code to the internal Python-syntax form later fed to xgettext but Python has no ``/* ... */``-style comments. Also, special comments directed to translators are now only taken in account when they are located at the end of a line. e.g.:: {# Translators: ignored #}{% trans "Literal A" %}{# Translators: valid, associated with "Literal B" below #} {% trans "Literal B" %} Behavior of ``{% comment %}...{% endcomment %}``tags remains unchanged. Thanks juneih at redpill-linpro dot com for the report and Claude for his work on the issue.
-
Claude Paroz yazdı
Previously, some properties weren't set unless confirm_spatial_components_versions() was explicitely called.
-
Tim Graham yazdı
-
Lucian Ursu yazdı
Removed an import of a class unused in the Ajax example.
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
Thanks sunsongxp@ for the report.
-
- 28 Ock, 2013 4 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #16630.
-
Claude Paroz yazdı
Refs #16630.
-
Aymeric Augustin yazdı
Thanks Georgy Kutsurua for the report and Simon Charette for the patch.
-
Aymeric Augustin yazdı
Thanks Simon Charette.
-
- 27 Ock, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-