index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2020-10-08
Fixed #29356 -- Clarified docs for QueryDict.getlist() default.
Paul Grau
2020-10-08
Fixed #32083 -- Added link back to migrating section in multi-db docs example.
Carlton Gibson
2020-10-08
Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widg...
Jacob Walls
2020-10-07
Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples.
Carlton Gibson
2020-10-07
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
Tom Carrick
2020-10-06
Fixed #32072 -- Fixed admin search bar height.
Tom Carrick
2020-10-02
Refs #31777 -- Doc'd Char/TextField.db_collation parameter in MySQL notes.
Mariusz Felisiak
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-10-01
Fixed #32041 -- Doc'd how to modify served files' content types on Windows.
Peter Marheine
2020-10-01
Fixed #32057 -- Doc'd HttpResponse.get()/items().
MAHANTH-wq
2020-10-01
Added stub release notes for 3.1.3.
Mariusz Felisiak
2020-10-01
Added release date for 3.1.2.
Mariusz Felisiak
2020-09-30
Fixed #31986 -- Fixed admin filter sidebar scrolling.
Tom Carrick
2020-09-30
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-09-29
Updated ASGI uvicorn deployment docs.
Thomas Grainger
2020-09-28
Fixed #32042 -- Improved error messages for the number of submitted forms in ...
meghanabhange
2020-09-25
Fixed #28009 -- Doc'd empty_value for CharField subclasses.
David Smith
2020-09-25
Fixed empty values of forms.JSONField and forms.UUIDField in docs.
David Smith
2020-09-25
Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
Mariusz Felisiak
2020-09-25
Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignK...
Mariusz Felisiak
2020-09-25
Fixed typo and indentation in docs/ref/forms/fields.txt.
Mariusz Felisiak
2020-09-23
Fixed example of QuerySet.explain() with flags in docs.
Paweł Zarębski
2020-09-23
Fixed #32012 -- Made test database creation sync apps models when migrations ...
Mariusz Felisiak
2020-09-22
Fixed #32016 -- Clarified manual logging config docs.
Carlton Gibson
2020-09-22
Fixed #32004 -- Clarified docs for when request.FILES is set.
János Roden
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-21
Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator ...
Mariusz Felisiak
2020-09-17
Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches.
David D Lowe
2020-09-17
Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.
Mike Lissner
2020-09-16
Fixed #29887 -- Added a cache backend for pymemcache.
Nick Pope
2020-09-15
Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.
Mariusz Felisiak
2020-09-15
Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...
Hasan Ramezani
2020-09-14
Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...
Mariusz Felisiak
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-13
Corrected exception types in QuerySet docs.
Mariusz Felisiak
2020-09-11
Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...
Hasan Ramezani
2020-09-10
Refs #31956 -- Doc'd consequences of disabling psycopg2's JSONB typecaster.
Mariusz Felisiak
2020-09-10
Fixed #31967 -- Doc'd consequences of resolving an output_field for Value().
Hasan Ramezani
2020-09-09
Fixed #31750 -- Made models.Field equality compare models for inherited fields.
Ryan Hiebert
2020-09-09
Mentioned ASGI handler in SuspiciousOperation docs.
Mariusz Felisiak
2020-09-09
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-09-07
Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups.
François Freitag
2020-09-07
Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...
Jon Dufresne
2020-09-05
Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...
Hasan Ramezani
2020-09-04
Fixed #31894 -- Added note about using JSONField key lookups with QuerySet.ex...
jpribyl
2020-09-03
Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.
Nick Pope
2020-09-03
Refs #31224 -- Made sync_to_async() examples use thread sensitive with ORM ca...
Mariusz Felisiak
2020-09-03
Fixed #31979 -- Made django.test.utils.setup_databases()'s time_keeper argume...
Jon Dufresne
2020-09-02
Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.
Brian Helba
2020-09-02
Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...
Nick Pope
[prev]
[next]