<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/sessions/models.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.</title>
<updated>2021-07-29T04:24:12Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-07-23T06:48:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1024b5e74a7166313ad4e4975a15e90dccd3ec5f'/>
<id>urn:sha1:1024b5e74a7166313ad4e4975a15e90dccd3ec5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #22634 -- Made the database-backed session backends more extensible.</title>
<updated>2015-08-27T19:00:09Z</updated>
<author>
<name>Sergey Kolosov</name>
<email>m17.admin@gmail.com</email>
</author>
<published>2014-05-16T16:18:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=22bb548900146832459deaefa880660c17a51516'/>
<id>urn:sha1:22bb548900146832459deaefa880660c17a51516</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Sorted imports with isort; refs #23860.</title>
<updated>2015-02-06T13:16:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23822 -- Added support for serializing model managers in migration</title>
<updated>2014-12-15T13:34:15Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2014-12-12T22:19:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aa5ef0d4fc67a95ac2a5103810d0c87d8c547bac'/>
<id>urn:sha1:aa5ef0d4fc67a95ac2a5103810d0c87d8c547bac</id>
<content type='text'>
Thanks to Shai Berger, Loïc Bistuer, Simon Charette, Andrew Godwin,
Tim Graham, Carl Meyer, and others for their review and input.
</content>
</entry>
<entry>
<title>Fixed #22849 -- Added Session.__str__()</title>
<updated>2014-07-24T20:33:51Z</updated>
<author>
<name>Nick Sandford</name>
<email>nick@sandford.id.au</email>
</author>
<published>2014-07-24T20:24:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b157ffdbb97576a60995e719575ee733bba17508'/>
<id>urn:sha1:b157ffdbb97576a60995e719575ee733bba17508</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added database migration for contrib.sessions.</title>
<updated>2014-06-16T14:18:42Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-06-16T14:18:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=37a8f5aeedcfc5b4605960e5dc3d989456ce88b9'/>
<id>urn:sha1:37a8f5aeedcfc5b4605960e5dc3d989456ce88b9</id>
<content type='text'>
refs #22170.
</content>
</entry>
<entry>
<title>Fixed all E261 warnings</title>
<updated>2013-11-02T22:20:39Z</updated>
<author>
<name>coagulant</name>
<email>baryshev@gmail.com</email>
</author>
<published>2013-11-02T21:02:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3bc0d46a840f17dce561daca8a6b8690b2cf5d0a'/>
<id>urn:sha1:3bc0d46a840f17dce561daca8a6b8690b2cf5d0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions</title>
<updated>2013-08-22T17:58:26Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-08-22T00:12:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b0ce6fe656873825271bacb55e55474fc346c1c6'/>
<id>urn:sha1:b0ce6fe656873825271bacb55e55474fc346c1c6</id>
<content type='text'>
Added settings.SESSION_SERIALIZER which is the import path of a serializer
to use for sessions.

Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.
</content>
</entry>
</feed>
