django1/django
Sergey Kolosov 22bb548900 Fixed #22634 -- Made the database-backed session backends more extensible.
Introduced an AbstractBaseSession model and hooks providing the option
of overriding the model class used by the session store and the session
store class used by the model.
2015-08-27 15:00:09 -04:00
..
apps Fixed #24590 -- Cached calls to swappable_setting. 2015-08-27 17:06:21 +10: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 Fixed #22634 -- Made the database-backed session backends more extensible. 2015-08-27 15:00:09 -04:00
core Fixed #25047 -- Improved "Conflicting migrations" error message. 2015-08-24 08:05:21 -04:00
db Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey. 2015-08-27 09:20:17 -04:00
dispatch Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
forms Removed BaseForm._raw_value(). 2015-08-21 12:14:54 -04:00
http Fixed #25254 -- Added JsonResponse json_dumps_params parameter. 2015-08-12 10:39:07 -04:00
middleware Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when Referer = URL. 2015-08-24 19:35:49 -04: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 #24590 -- Cached calls to swappable_setting. 2015-08-27 17:06:21 +10:00
utils Fixed #25295 -- Restored 'no active translation' after language override 2015-08-25 10:32:10 +02:00
views Fixed #24935 -- Refactored common conditional GET handling. 2015-08-15 09:08:45 -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