Tim Graham
|
cc4bb110d3
Removed usage of deprecated sphinx APIs.
|
6 yıl önce |
melipone
|
28dac56aed
Fixed #16995 -- Clarified interaction of initial and extra with model formsets.
|
6 yıl önce |
Srinivas Reddy Thatiparthy
|
34d6bceec4
Fixed #29500 -- Fixed SQLite function crashes on null values.
|
6 yıl önce |
Nick Pope
|
76dfa834e7
Combined two identical SQLite functions.
|
6 yıl önce |
Nick Pope
|
af7a758dcb
Made some date parsing in SQLite functions more DRY.
|
6 yıl önce |
Curtis Maloney
|
c49ea6f591
Refs #20910 -- Replaced snippet directive with code-block.
|
6 yıl önce |
Adam Johnson
|
f8ff529ee3
Fixed #29729 -- Updated contributing tutorial to run tests on master.
|
6 yıl önce |
Krzysztof Gogolewski
|
db926a0048
Fixed #29243 -- Improved efficiency of migration graph algorithm.
|
7 yıl önce |
Vishvajit Pathak
|
a48bc0cec9
Fixed #29573 -- Added links in aggregation topic guide.
|
6 yıl önce |
Michal Čihař
|
22e8ab0286
Fixed #29728 -- Prevented session resaving if CSRF cookie is unchanged.
|
6 yıl önce |
Alexander Holmbäck
|
f315d0423a
Fixed #29727 -- Made nonexistent joins in F() raise FieldError.
|
6 yıl önce |
Alexander Holmbäck
|
aa16ec5474
Moved test for nonexistent field in F() to BasicExpressionsTest.
|
6 yıl önce |
Nick Pope
|
570402ffd7
Refs #29713 -- Improved error message from translation system check.
|
6 yıl önce |
flh
|
ccf870ebf5
Corrected forms.TimeField's default widget in docs.
|
6 yıl önce |
David
|
5db8d617c0
Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.
|
6 yıl önce |
James Aylett
|
ee52044a27
Refs #16470 -- Fixed typo in a FileResponse test.
|
6 yıl önce |
Jon Dufresne
|
cc79c7ee63
Refs #27795 -- Removed force_text() in Model._get_FIELD_display().
|
6 yıl önce |
Josh Schneier
|
3509fb54bb
Refs #29426 -- Fixed typo in docs/releases/2.2.txt.
|
6 yıl önce |
Claude Paroz
|
b679b5b8f2
Updated language statistics script to not use the shell
|
6 yıl önce |
Carlton Gibson
|
728ee98cd3
Added stub release notes for 2.1.2.
|
6 yıl önce |
Carlton Gibson
|
fff25d6d0c
Added release date for 2.1.1.
|
6 yıl önce |
Tim Graham
|
fd8a7a5313
Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.
|
6 yıl önce |
Sergey Fedoseev
|
54b331451c
Refs #29689 -- Moved FilePathField choices sorting outside the loop.
|
6 yıl önce |
Mariusz Felisiak
|
39461a83c3
Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining querysets with extra() with union(), difference(), or intersection().
|
6 yıl önce |
Tim Graham
|
166dec8406
Fixed #29718 -- Doc'd admin template collision backwards incompatibility in Django 2.1.
|
6 yıl önce |
Claude Paroz
|
388165ade4
Fixed LayerMapping encoding in geodjango tutorial.
|
6 yıl önce |
Jon Dufresne
|
ee184e13cb
Refs #27795 -- Removed force_bytes() usage in django/utils/cache.py.
|
6 yıl önce |
Jon Dufresne
|
5311a36da5
Refs #29654 -- Replaced three dots with ellipsis in DB creation output strings.
|
6 yıl önce |
Jon Dufresne
|
90f3ef332b
Refs #27795 -- Removed force_bytes()/smart_text() from model fields.
|
6 yıl önce |
Matt Wiens
|
c122a7c53c
Fixed typo in docs/ref/models/fields.txt.
|
6 yıl önce |