Ticket #15821: 15821.diff
File 15821.diff, 817 bytes (added by , 14 years ago) |
---|
-
docs/releases/1.3.txt
353 353 354 354 Prior to Django 1.2.5, the Django administrative interface allowed 355 355 filtering on any model field or relation -- not just those specified 356 in ``list_filter`` -- via query string manipulation. Due to ` security356 in ``list_filter`` -- via query string manipulation. Due to `other security 357 357 issues`_ reported to us, however, query string lookup arguments in the 358 358 admin must be for fields or relations specified in ``list_filter`` or 359 359 ``date_hierarchy``. 360 360 361 .. _other security issues: http://www.djangoproject.com/weblog/2010/dec/22/security/ 362 361 363 FileField no longer deletes files 362 364 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 363 365