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-27 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Jannis Leidel
5f75ac91df
Fixed
#17896
-- Added file_hash method to CachedStaticFilesStorage to be able to customize the way the hashed name of a file is created. Thanks to mkai for the initial patch.
2012-05-16 13:21:50 +02:00
..
contrib
Fixed
#17896
-- Added file_hash method to CachedStaticFilesStorage to be able to customize the way the hashed name of a file is created. Thanks to mkai for the initial patch.
2012-05-16 13:21:50 +02:00
files
…
forms
Fixed
#17950
-- Warned about usability limits of ModelChoiceField.
2012-05-10 22:01:11 +02:00
models
Fixed
#4102
-- Allow update of specific fields in model.save()
2012-05-12 10:29:41 +03:00
templates
…
authbackends.txt
…
class-based-views.txt
…
clickjacking.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
2011-10-14 00:12:01 +00:00
index.txt
Fixed
#18033
-- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review.
2012-04-25 19:17:47 +00:00
middleware.txt
…
request-response.txt
…
settings.txt
…
signals.txt
Fixed
#4102
-- Allow update of specific fields in model.save()
2012-05-12 10:29:41 +03:00
template-response.txt
…
unicode.txt
…
utils.txt
…
validators.txt
…