Tim Graham
|
f0fc1690b4
Removed unused import in docs/topics/http/sessions.txt
|
11 年之前 |
Bouke Haarsma
|
18185724e6
Fixed #21443 -- Cannot show debug info on PY3's importlib
|
11 年之前 |
Claude Paroz
|
47afe07324
Merge pull request #1965 from loic/ticket21491
|
11 年之前 |
Loic Bistuer
|
82a58ce5b6
Fixed #21491 -- Removed documented workaround for a known issue.
|
11 年之前 |
Alex Gaynor
|
b9d908da54
Fixed some flake8 issues
|
11 年之前 |
Aymeric Augustin
|
9f8810ac51
Fixed #21487 -- Session cannot store tzinfo instances anymore.
|
11 年之前 |
Cody Scott
|
4a54b69e88
Fixed sentence structure in docs/internals/contributing/triaging-tickets.txt
|
11 年之前 |
Claude Paroz
|
9c6b57f709
Merge pull request #1877 from Bouke/patches/4
|
11 年之前 |
Bouke Haarsma
|
48ce09f2f6
Fixed missing admindocs' site_header
|
11 年之前 |
Pablo Martín
|
3ac823fc5b
Fixed #21460 -- Reenabled proper template precedence in find_template
|
11 年之前 |
Claude Paroz
|
d6cc37d601
Updated admindocs to use class-based views
|
11 年之前 |
Claude Paroz
|
1718b5256c
Fixed #21405 -- Prevented queryset overwrite in BaseModelAdmin
|
11 年之前 |
Claude Paroz
|
e6d5f7ae49
Made minor optimizations to admin_ordering tests
|
11 年之前 |
Unai Zalakain
|
2b4bed6dbd
Fixed #21476 -- Cache tests make an incorrect use of `HttpRequest`
|
11 年之前 |
Loic Bistuer
|
27f04e79b1
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
|
11 年之前 |
Markus Amalthea Magnuson
|
b6a6cf4ab7
Fixed #21427 -- Clearly state integer field value ranges in docs
|
11 年之前 |
Anssi Kääriäinen
|
f39fd3cd20
Removed isinstance(RelatedObject) checks from admin.utils
|
11 年之前 |
Anssi Kääriäinen
|
752d3d70da
Fixed #21431 -- GenRel->FK list_filter regression in admin
|
11 年之前 |
Anssi Kääriäinen
|
1116a5662c
Merge pull request #1954 from loic/ticket8261
|
11 年之前 |
Loic Bistuer
|
8e670a0e50
Refs #8261 -- Fixed regression introduced by fd219fa.
|
11 年之前 |
Claude Paroz
|
fafb6cf049
Fixed #21472 -- Fixed inline formsets display when parent pk is 0
|
11 年之前 |
Baptiste Mispelon
|
8f5a688d00
Fixed #21458 -- Made check_for_language more resistant to malformed input.
|
11 年之前 |
Baptiste Mispelon
|
331d79a77d
Fixed #21469 -- Allow set objects in Meta.unique_together.
|
11 年之前 |
xuxiang
|
4cfe6ba6a3
Use `classmethod` as a decorator.
|
11 年之前 |
Alex Gaynor
|
73b3c257e3
Changed shortcuts from being a package to just being a module
|
11 年之前 |
Dražen Lučanin
|
b5eef8535a
Recommended setuptools in the reuseable app tutorial.
|
11 年之前 |
Baptiste Mispelon
|
ebfa508fa3
Added more examples to the get_object_or_404 documentation.
|
11 年之前 |
Alex Gaynor
|
170eedf583
Merge pull request #1943 from jantokhine/master
|
11 年之前 |
Julia Antokhine
|
3c3be2e8ec
fixed typo in builtins.txt
|
11 年之前 |
Rocky Meza
|
42197e31aa
Fixed the base class note in the Date Views docs.
|
11 年之前 |