This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-03 21:55:04 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
saJaeHyukc
fd92f24789
Fixed
#34887
-- Added support for unlimited models.CharField on SQLite.
...
Signed-off-by: saJaeHyukc <wogur981208@gmail.com>
2024-09-16 13:31:06 +02:00
..
class-based-views
…
contrib
Fixed
#35681
-- Corrected geoip2 docs when describing GeoIP2Exception.
2024-09-06 23:21:15 -03:00
files
…
forms
…
models
Fixed
#34887
-- Added support for unlimited models.CharField on SQLite.
2024-09-16 13:31:06 +02:00
templates
Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc template filters.
2024-09-03 09:22:32 -03:00
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
Fixed
#35702
-- Removed connection pooling note for mysql drivers.
2024-08-30 09:08:32 +02:00
django-admin.txt
…
exceptions.txt
…
index.txt
…
logging.txt
Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails.
2024-09-03 09:22:32 -03:00
middleware.txt
…
migration-operations.txt
…
paginator.txt
…
request-response.txt
Fixed
#35631
-- Added HttpRequest.get_preferred_type().
2024-09-09 12:02:18 +02:00
schema-editor.txt
…
settings.txt
Added EMAIL_USE_SSL to the 'Core Settings Topical Index' docs.
2024-09-03 10:16:20 +02:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…