django1/django
glts 7e0ebd74c1 Fixed #21415 -- Replaced escape sequence by literal non-breaking space
Unfortunately, escape sequences (\x.. or \u....) do not fit well
with the gettext toolchain. Falling back to using literal char,
even if visibility is not ideal.
2013-11-15 15:32:46 +01:00
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
contrib Fixed #21415 -- Replaced escape sequence by literal non-breaking space 2013-11-15 15:32:46 +01:00
core Configure settings sooner in makemessages 2013-11-15 15:30:22 +01:00
db Fixed the use of the -ise suffix, where -ize is prefered 2013-11-15 05:23:14 -08:00
dispatch Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
forms Fixed #21423 -- Fixed typo in widgets.py. 2013-11-11 18:03:01 +01:00
http Fixed the use of the -ise suffix, where -ize is prefered 2013-11-15 05:23:14 -08:00
middleware Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
shortcuts More attacking E302 violators 2013-11-02 13:12:09 -07:00
template Fixed spelling of compatibility. 2013-11-09 10:17:17 -05:00
templatetags Fixed #5849 -- Strip whitespace from blocktrans 2013-11-08 00:52:17 +02:00
test Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00
utils Fixed the use of the -ise suffix, where -ize is prefered 2013-11-15 05:23:14 -08:00
views Merge pull request #1821 from Bouke/tickets/14170 2013-11-04 13:50:21 -08:00
__init__.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00