- 30 Ock, 2013 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #19076.
-
Aymeric Augustin yazdı
Thanks Gavin Wahl.
-
Aymeric Augustin yazdı
Many thanks to Alexey Boriskin, Claude Paroz and Julien Phalip.
-
- 29 Ock, 2013 5 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ı
-
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ı
-
- 26 Ock, 2013 7 kayıt (commit)
-
-
Claude Paroz yazdı
strptime generates an UnicodeEncodeError when using a non-ascii unicode string on Python 2.
-
Claude Paroz yazdı
Thanks Evil Clay for the report and Emil Stenstrom for the initial patch.
-
Aymeric Augustin yazdı
when a correct representation cannot be obtained.
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
See also BaseUserManager.normalize_email -- it uses rsplit. Refs #4833.
-
- 25 Ock, 2013 9 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks jose.sanchez et ezeep.com for the report and Vladimir Ulupov for the initial patch.
-
Claude Paroz yazdı
Refs #16612. Thanks Aymeric Augustin for the suggestion.
-
Ramiro Morales yazdı
This reverts commit 2babab0b.
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
-
Claude Paroz yazdı
Thanks Stefan Koegl for the report and Simon Charette for the review.
-
Tim Graham yazdı
Thanks foo@ for the report and Florian Apolloner for the review.
-
Ramiro Morales yazdı
Also: * Added a ``--no-startup`` option to disable this behavior. Previous logic to try to execute the code in charge of this funcionality was flawed (it only tried to do so if the user asked for ipython/bpython and they weren't found) * Expand ``~`` in PYTHONSTARTUP value. Thanks hekevintran at gmail dot com for the report and initial patch. Refs #3381.
-
- 24 Ock, 2013 6 kayıt (commit)
-
-
Tim Graham yazdı
Thanks charettes.
-
Florian Apolloner yazdı
-
Ramiro Morales yazdı
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
Thanks Łukasz Rekucki for the report and the patch.
-
Nick Sandford yazdı
-
- 23 Ock, 2013 5 kayıt (commit)
-
-
Justin Bronn yazdı
-
Tim Graham yazdı
Thanks will@ for the suggestion.
-
Preston Holmes yazdı
Remove dup_select_related method.
-
Marc Tamlyn yazdı
This undocumented method was used in an old version of the admin, is totally untested and hails from 2008. Although it's listed in the "public methods" section, as it's not documented or used I don't think it needs a deprecation path. If we think it's useful I'll write some tests/docs for it instead...
-
Tim Graham yazdı
-