<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/messages/api.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>Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.</title>
<updated>2017-02-04T21:39:28Z</updated>
<author>
<name>Anton Samarchyan</name>
<email>anton.samarchyan@savoirfairelinux.com</email>
</author>
<published>2017-01-24T20:31:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5411821e3b8d1427ee63a5914aed1088c04cc1ed'/>
<id>urn:sha1:5411821e3b8d1427ee63a5914aed1088c04cc1ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27688 -- Made messages' add_message() request check use ducktyping.</title>
<updated>2017-01-09T23:03:10Z</updated>
<author>
<name>Raffaele Salmaso</name>
<email>raffaele.salmaso@gmail.com</email>
</author>
<published>2017-01-09T23:03:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ed8c0c941df0f321fb5751db572a9ec773d5118a'/>
<id>urn:sha1:ed8c0c941df0f321fb5751db572a9ec773d5118a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed E128 flake8 warnings in django/.</title>
<updated>2016-04-08T13:51:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-03-28T22:33:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=df8d8d4292684d6ffa7474f1e201aed486f02b53'/>
<id>urn:sha1:df8d8d4292684d6ffa7474f1e201aed486f02b53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used getattr() to simplify contrib.messages.api.</title>
<updated>2015-09-27T00:04:09Z</updated>
<author>
<name>Curtis Maloney</name>
<email>curtis@tinbrain.net</email>
</author>
<published>2015-09-27T00:03:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=87630bc3042da106b29fb1307bb77426f80dcf84'/>
<id>urn:sha1:87630bc3042da106b29fb1307bb77426f80dcf84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used ternary operator to simplify contrib.messages.api.</title>
<updated>2015-09-25T19:50:22Z</updated>
<author>
<name>GhostThrone</name>
<email>gabrieldavid_98@hotmail.com</email>
</author>
<published>2015-09-25T18:02:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=829e33f67f8b3fa8ccade46f14482f4a6ddd7b9d'/>
<id>urn:sha1:829e33f67f8b3fa8ccade46f14482f4a6ddd7b9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #21412 -- Better error message for messages.add_message</title>
<updated>2013-11-23T16:11:22Z</updated>
<author>
<name>Denis Cornehl</name>
<email>denis.cornehl@gmail.com</email>
</author>
<published>2013-11-23T14:35:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1e970584178c44d561d54dc8bf0c3837b89bad5a'/>
<id>urn:sha1:1e970584178c44d561d54dc8bf0c3837b89bad5a</id>
<content type='text'>
Problem were users calling messages.debug/info/* with a wrong argument
and getting the error "You cannot add messages without installing
MessageMiddleware"

Thanks to trac-user merb for the report.
</content>
</entry>
<entry>
<title>Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.</title>
<updated>2011-07-13T09:35:51Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-07-13T09:35:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=24f4764a48e4141923a78c8820e4cd7b411ec0fc'/>
<id>urn:sha1:24f4764a48e4141923a78c8820e4cd7b411ec0fc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15757 - removed remaining instances of get_and_delete_messages</title>
<updated>2011-04-07T22:01:23Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2011-04-07T22:01:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d4b414760fdd677c973f9ccfe4f5c3b41934d4d'/>
<id>urn:sha1:8d4b414760fdd677c973f9ccfe4f5c3b41934d4d</id>
<content type='text'>
Thanks to void for the report, and julien for the bulk of the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Advanced deprecation of user-based messages and the LegacyFallbackStorage in contrib.messages.</title>
<updated>2011-04-02T08:36:04Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-04-02T08:36:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d5149cd18aa846be88ebcfae5997268359f67bb'/>
<id>urn:sha1:5d5149cd18aa846be88ebcfae5997268359f67bb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
