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-01-28 19:19:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Sky
3cf907c20c
Fixed
#30761
-- Prevented floatformat filter from returning a negative zero.
2019-10-31 10:48:35 +01:00
..
class-based-views
Refs
#20456
-- Moved initialization of HEAD method based on GET to the View.setup() for generic views.
2019-10-30 14:43:52 +01:00
contrib
Fixed
#29770
-- Added LinearRing.is_counterclockwise property.
2019-10-25 14:28:26 +02:00
files
Refs
#28428
-- Made FileSystemStorage.save() to support pathlib.Path.
2019-10-31 09:06:05 +01:00
forms
Refs
#30908
-- Fixed the empty value of forms.FilePathField in docs.
2019-10-25 11:22:03 +02:00
models
…
templates
Fixed
#30761
-- Prevented floatformat filter from returning a negative zero.
2019-10-31 10:48:35 +01:00
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
…
signals.txt
Fixed typo in docs/ref/signals.txt.
2019-10-30 16:52:40 +01:00
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Refs
#28428
-- Made filepath_to_uri() support pathlib.Path.
2019-10-30 13:13:15 +01:00
validators.txt
…
views.txt
…