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-04 14:37:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Nick Pope
398afba084
Updated spelling and RFCs in HttpOnly cookie flag docs.
2019-03-27 10:09:23 -04:00
..
class-based-views
…
contrib
Fixed
#30259
-- Added support for admin_order_field attribute on properties in ModelAdmin.list_display.
2019-03-24 20:43:56 +01:00
files
…
forms
…
models
Fixed
#30271
-- Added the Sign database function.
2019-03-22 12:52:39 +01:00
templates
Used monospace font in date template filter format character docs.
2019-03-21 10:20:09 -04:00
applications.txt
…
checks.txt
Fixed
#28431
-- Added a system check for BinaryField to prevent strings defaults.
2019-03-25 20:04:35 +01:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed
#30186
-- Made showmigrations --list display the applied datetimes at verbosity 2+.
2019-03-08 08:25:38 -05:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
Updated spelling and RFCs in HttpOnly cookie flag docs.
2019-03-27 10:09:23 -04:00
schema-editor.txt
…
settings.txt
Updated spelling and RFCs in HttpOnly cookie flag docs.
2019-03-27 10:09:23 -04:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Refs
#15902
-- Deprecated storing user's language in the session.
2019-02-14 10:23:02 -05:00
validators.txt
…
views.txt
…