0
0
mirror of https://github.com/django/django.git synced 2024-11-22 20:19:43 +01:00
django/docs/ref
Sarah Boyce 8d6a20b656 Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour independent from allow_overwrite.
Partially reverts 0b33a3abc2.

Storage.exists(name) was documented to "return False if
the name is available for a new file." but return True if
the file exists. This is ambiguous in the overwrite file
case. It will now always return whether the file exists.

Thank you to Natalia Bidart and Josh Schneier for the
review.
2024-07-24 14:55:10 +02:00
..
class-based-views
contrib Fixed #35464 -- Updated docs to note fieldsets have limited impact on TabularInlines. 2024-07-15 12:43:42 +02:00
files Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour independent from allow_overwrite. 2024-07-24 14:55:10 +02:00
forms
models
templates Updated example links in urlize docs. 2024-07-23 14:02:30 +02:00
applications.txt
checks.txt
clickjacking.txt Removed outdated note about limitations in Clickjacking protection. 2024-07-04 18:08:19 -03:00
csrf.txt
databases.txt
django-admin.txt
exceptions.txt
index.txt
logging.txt
middleware.txt
migration-operations.txt
paginator.txt
request-response.txt
schema-editor.txt
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_language_variant(). 2024-07-09 09:21:19 -03:00
validators.txt
views.txt