django1/django
Doug Beck b7508896fb Fixed #24257 -- Corrected i18n handling of percent signs.
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 "%%".
2015-08-12 10:23:34 -04:00
..
apps Refs #23621 -- Fixed warning message when reloading models. 2015-06-30 15:00:10 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
contrib Removed deprecated GeoManager from inspectdb/ogrinspect output. 2015-08-10 10:29:36 -04:00
core Fixed #25231 -- Added recording of squashed migrations in the migrate command. 2015-08-07 17:59:18 -04:00
db Fixed #25160 -- Moved unsaved model instance data loss check to Model.save() 2015-08-10 08:51:32 -04:00
dispatch Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
forms Removed forms.models.save_instance() function. 2015-08-07 08:18:09 -04:00
http Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting. 2015-08-04 09:50:57 -04:00
middleware Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
template Fixed #24257 -- Corrected i18n handling of percent signs. 2015-08-12 10:23:34 -04:00
templatetags Fixed #24257 -- Corrected i18n handling of percent signs. 2015-08-12 10:23:34 -04:00
test Fixed #25163 -- Fixed exception handling in nested test client requests. 2015-08-11 10:01:24 -04:00
utils Fixed #24257 -- Corrected i18n handling of percent signs. 2015-08-12 10:23:34 -04:00
views Refs #25236 -- Removed ifequal/ifnotequal usage. 2015-08-08 07:33:15 -04:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00