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-02-08 16:35:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Carlton Gibson
ad11f5b8c9
Fixed
#32124
-- Added per-view opt-out for APPEND_SLASH behavior.
2020-10-22 14:15:19 +02:00
..
class-based-views
…
contrib
Fixed
#32046
-- Added CreateCollation/RemoveCollation operations for PostgreSQL.
2020-10-21 10:53:44 +02:00
files
…
forms
Fixed
#32110
-- Doc'd and tested enumerations for ChoiceField.choices.
2020-10-17 20:30:57 +02:00
models
…
templates
Fixed
#20601
-- Allowed forcing format with thousand separators in floatformat filter.
2020-10-13 10:36:46 +02:00
applications.txt
…
checks.txt
Fixed typo in docs/ref/checks.txt.
2020-10-19 19:22:37 +02:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
Fixed
#32124
-- Added per-view opt-out for APPEND_SLASH behavior.
2020-10-22 14:15:19 +02:00
migration-operations.txt
…
paginator.txt
…
request-response.txt
Fixed
#29356
-- Clarified docs for QueryDict.getlist() default.
2020-10-08 14:19:51 +02:00
schema-editor.txt
Fixed outdated notes in SchemaEditor docs.
2020-10-20 09:49:05 +02:00
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…