django/django
mlavin 69db1c7455 Fixed #25231 -- Added recording of squashed migrations in the migrate command.
Ensured squashed migrations are recorded as applied when the
migrate command is run and all of the original migrations
have been previously applied.
2015-08-07 17:59:18 -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 Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting. 2015-08-04 09:50:57 -04:00
contrib Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values. 2015-08-07 13:26:17 -04:00
core Fixed #25231 -- Added recording of squashed migrations in the migrate command. 2015-08-07 17:59:18 -04:00
db Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg2 backend. 2015-08-07 09:34:18 -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 Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in CommonMiddleware. 2015-07-31 12:04:06 -04:00
template Fixed #24127 -- Changed the default current_app to the current namespace. 2015-07-27 09:14:48 -04:00
templatetags Fixed #21695 -- Added asvar option to blocktrans. 2015-07-01 10:03:00 -04:00
test Fixed #25191 -- Added string diff to SimpleTestCase.assertXMLEqual() message. 2015-08-04 09:16:34 -04:00
utils Fixed #25146 -- Allowed method_decorator() to decorate classes. 2015-08-01 08:38:03 -04:00
views Fixed #22404 -- Added a view that exposes i18n catalog as a JSON 2015-08-05 09:05:21 -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