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 08:26:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Ryan Petrello
5f8495a40a
Fixed
#31371
-- Increased User.first_name max_length to 150 characters.
2020-03-18 08:22:49 +01:00
..
class-based-views
…
contrib
Fixed
#31371
-- Increased User.first_name max_length to 150 characters.
2020-03-18 08:22:49 +01:00
files
…
forms
Fixed
#31362
-- Removed nonexistent choices attribute from MultipleHiddenInput's docs.
2020-03-14 20:21:04 +01:00
models
Doc'd return values of as_sql() for Func and query expressions.
2020-03-06 13:02:08 +01:00
templates
…
applications.txt
…
checks.txt
Fixed
#31185
-- Fixed detecting of unique fields in ForeignKey/ForeignObject checks when using Meta.constraints.
2020-02-27 10:53:29 +01:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
Refs
#31224
-- Doc'd async adapter functions.
2020-03-13 07:13:44 +01:00
index.txt
…
middleware.txt
…
migration-operations.txt
Clarified SeparateDatabaseAndState docs and added example of changing ManyToManyField.
2020-03-10 11:07:36 +01:00
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Corrected learn_cache_key() signature in docs.
2020-03-10 08:54:45 +01:00
validators.txt
…
views.txt
…