1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/ref/contrib
Luke Plant cb060f0f34 Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requests
Thanks to brodie for the report, and further input from tow21

This is a potentially backwards incompatible change - if you were doing
PUT/DELETE requests and relying on the lack of protection, you will need to
update your code, as noted in the releaste notes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09 23:45:54 +00:00
..
admin Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the current model admin to the SimpleListFilter.lookups method to support finer grained control over what is filtered over. Many thanks to Carl Meyer and Julien Phalip for the suggestion and patch. 2011-05-04 22:52:04 +00:00
comments
formtools
gis
auth.txt
contenttypes.txt Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks leonelfreire for the report. 2011-04-28 01:46:46 +00:00
csrf.txt Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requests 2011-05-09 23:45:54 +00:00
databrowse.txt
flatpages.txt
humanize.txt Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thanks, Dave McLain. 2011-05-06 13:29:58 +00:00
index.txt
localflavor.txt Fixed #13729 -- Renamed UK localflavor to GB to correctly follow ISO 3166. Thanks, Claude Paroz. 2011-05-03 11:52:20 +00:00
markup.txt
messages.txt
redirects.txt
sitemaps.txt
sites.txt
staticfiles.txt
syndication.txt
webdesign.txt