django1/django
Alex Hill 6c58e53d5d Safer table alterations under SQLite
Table alterations in SQLite require creating a new table and copying
data over from the old one. This change ensures that no Django model
ever exists with the temporary table name as its db_table attribute.
2015-03-21 10:31:07 +01:00
..
apps Fixed #24397 -- Sped up rendering multiple model states. 2015-03-08 13:54:49 +01:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Updated translation catalogs 2015-03-18 09:31:00 +01:00
contrib Fixed #24490 -- Set LogEntry.change_message when adding an object. 2015-03-20 18:25:06 -04:00
core Removed unused imports. 2015-03-20 17:57:11 -04:00
db Safer table alterations under SQLite 2015-03-21 10:31:07 +01:00
dispatch Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
forms Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templates. 2015-03-18 09:11:01 -04:00
http Fixed #23960 -- Removed http.fix_location_header 2015-03-18 18:22:50 +01:00
middleware Fixed #23960 -- Removed http.fix_location_header 2015-03-18 18:22:50 +01:00
template Cleaned up the template debug implementation. 2015-03-20 08:58:07 -04:00
templatetags Fixed #24372 - Replaced TokenParser usage with traditional parsing. 2015-03-02 18:25:28 -05:00
test Fixed #23960 -- Removed http.fix_location_header 2015-03-18 18:22:50 +01:00
utils Fixed #24515 -- Fixed DjangoTranslation plural handling 2015-03-21 10:27:30 +01:00
views Removed spaces after 'function' in jsi18n 2015-03-20 17:28:29 -04:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Fed tuples to startswith when appropriate 2015-03-13 21:58:28 +01:00