| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Refactored tests to use a sample project.
Updated extraction:
* Removed special handling of single percent signs.
* When extracting messages from template text, doubled all percent signs
so they are not interpreted by gettext as string format flags. All
strings extracted by gettext, if containing a percent sign, will now
be labeled "#, python-format".
Updated translation:
* Used "%%" for "%" in template text before calling gettext.
* Updated {% trans %} rendering to restore "%" from "%%".
|
|
|
|
|
|
|
|
|
|
This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and
81e1a35c364e5353d2bf99368ad30a4184fbb653.
Thanks Carl Meyer for review.
|
|
|
|
|
|
|
|
|
|
|
|
Ensured squashed migrations are recorded as applied when the
migrate command is run and all of the original migrations
have been previously applied.
|
|
Thanks Simon Charette for review.
|
|
|
|
|
|
Added django.views.i18n.json_catalog() view, which returns a JSON
response containing translations, formats, and a plural expression
for the specified language.
|
|
Thanks Anssi Kääriäinen for the draft text and Simon Charette
for review.
|
|
|
|
|
|
|
|
|
|
|
|
HStoreField
Correct test which was using the model field in a test form.
|
|
|
|
|
|
2.0.7 was released in 2012.
|
|
|
|
|
|
transaction.
|
|
|
|
|
|
|
|
|
|
|
|
upgrading to 1.8.
|
|
|
|
|
|
|
|
|
|
Thanks Aymeric Augustin for review.
|
|
|
|
|
|
|
|
Thanks Loic Bistuer for review.
|
|
ForeignKey/OneToOneField
|
|
Thanks hellbeast for the initial patch.
|
|
customization.
|
|
Changed the url template tag to use request.resolver_match.namespace as a
default for the current_app argument if request.current_app is not set.
|