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-02 05:40:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Tim Graham
1aa41dd000
Fixed
#23974
-- Clarified wording of FileField.save/delete save parameter.
...
Thanks GreenAsJade.
2014-12-08 13:15:46 -05:00
..
class-based-views
…
contrib
Fixed documentation of GeoModelAdmin.openlayers_url
2014-12-06 12:47:08 +01:00
files
…
forms
Corrected example in Form.has_changed() docs.
2014-12-05 13:17:14 -05:00
models
Fixed
#23974
-- Clarified wording of FileField.save/delete save parameter.
2014-12-08 13:15:46 -05:00
templates
Fixed
#23914
-- Improved {% now %} to allow storing its result in the context.
2014-11-25 22:11:35 +01:00
applications.txt
Fixed typo in docs/ref/applications.txt.
2014-12-06 09:22:46 -05:00
checks.txt
Fixed
#23338
-- Added warning when unique=True on ForeigKey
2014-11-27 19:42:30 -05:00
clickjacking.txt
…
csrf.txt
…
databases.txt
Refs
#23964
-- Added warning about case-insensitive, unique fields used with formsets
2014-12-08 12:54:04 -05:00
django-admin.txt
Fixed
#23728
-- Added the --exit option to makemigrations.
2014-11-28 07:48:39 -05:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
Fixed typo in docs/ref/request-response.txt.
2014-12-03 18:41:46 -05:00
schema-editor.txt
…
settings.txt
Updated formtools docs to point at new package outside the Django repo.
2014-11-26 09:41:52 -05:00
signals.txt
Added notes on registering signals in ready() and using dispatch_uid.
2014-11-27 11:22:36 -05:00
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Removed redundant numbered parameters from str.format().
2014-12-03 14:27:38 -05:00
validators.txt
…
views.txt
…