| Age | Commit message (Collapse) | Author |
|
comments.
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.
|
|
Previously, some properties weren't set unless
confirm_spatial_components_versions() was explicitely called.
|
|
|
|
Refs #16630.
|
|
Refs #16630.
|
|
Thanks Georgy Kutsurua for the report and Simon Charette for the patch.
|
|
Thanks Simon Charette.
|
|
strptime generates an UnicodeEncodeError when using a non-ascii
unicode string on Python 2.
|
|
Thanks Evil Clay for the report and Emil Stenstrom for the initial
patch.
|
|
when a correct representation cannot be obtained.
|
|
|
|
|
|
|
|
See also BaseUserManager.normalize_email -- it uses rsplit.
Refs #4833.
|
|
|
|
Thanks jose.sanchez et ezeep.com for the report and Vladimir Ulupov
for the initial patch.
|
|
Refs #16612. Thanks Aymeric Augustin for the suggestion.
|
|
This reverts commit 2babab0bb351ff7a13fd23795f5e926a9bf95d22.
|
|
|
|
Thanks Stefan Koegl for the report and Simon Charette for the review.
|
|
Thanks foo@ for the report and Florian Apolloner for the review.
|
|
`~/.pythonrc.py`.
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.
|
|
|
|
Thanks Łukasz Rekucki for the report and the patch.
|
|
modelformset_factory
|
|
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...
|
|
Thanks epicserve for the suggestion.
|
|
This is needed to support custom user models which don't define a manager
named `objects`.
|
|
Thanks Ricardo di Virgilio for the report, Mateus Gondim for the
patch and Nick Sandford for the review.
|
|
Thanks lsaffre for the report. Refs #19325.
|
|
Thanks a lot to everybody participating in developing this feature.
The patch was developed by multiple people, at least Trac aliases
tonnzor, jimmysong, Fandekasp and slurms.
Stylistic changes added by committer.
|
|
|
|
|
|
|
|
The class wasn't used anywhere except in RelatedObject.bind(), which
wasn't used anywhere. The class had one method defined as
NotImplemented, yet the class wasn't subclassed anywhere. In short, the
class was dead code.
|
|
Refs #19399. Thanks to Track alias KJ for the patch.
|
|
Thanks Craig Blaszczyk for the initial patch. Refs #17181.
|
|
It creates a `locale/django.pot` file once instead of one
`locale/<locale_code>/django.pot` file for every locale involved.
Thanks Michal Čihař for the report and patch.
|
|
Thanks airstrike for the report and initial patch, Julien for an
enhanced patch and Jannis for reviewing.
|
|
Removed untested optional dependency on mx libraries.
|
|
|
|
These features are implemented, tracked in tickets, or not necessary.
Thanks Bruno Renié.
|
|
|
|
Thanks Tadas Dailyda for the report and the patch.
|
|
|
|
In a normal relational construct, if you're listening for an event
that signals a child was deleted, you dont expect that the parent
was deleted already.
This change ensures that post_delete signals are fired immediately
after objects are deleted in the graph.
|
|
|
|
We don't make use of it currently to not break third-party db
backends.
|
|
empty.
|
|
|