Tim Graham
|
33c73d297f
Updated Python license for 2016.
|
9 年之前 |
auvipy
|
5c048f95cc
Fixed typo in docs/index.txt.
|
9 年之前 |
Danilo Bargen
|
6a4f13de27
Added docs about configuring CSRF support in AngularJS.
|
9 年之前 |
Tim Graham
|
3486311a42
Refs #26048 -- Fixed a flaky selenium test.
|
9 年之前 |
Raphael Michel
|
ae9f08882f
Fixed an incorrectly used translation string in admin changeform.
|
9 年之前 |
Tim Graham
|
e519aab43a
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
9 年之前 |
Simon Charette
|
fd1c5bb041
Fixed a typo in the 1.9.2 release notes.
|
9 年之前 |
Tim Graham
|
5b94b17fef
Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by default.
|
9 年之前 |
Tim Graham
|
28acc0d6df
Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide.
|
9 年之前 |
Iacopo Spalletti
|
21bf685f5e
Fixed #25697 -- Made default error views error when passed a nonexistent template_name.
|
9 年之前 |
Tim Graham
|
8d5d472c6d
Removed unused docs/_ext/applyxrefs.py
|
9 年之前 |
Tim Graham
|
03306a187e
Declared Sphinx extensions safe for parallel reading.
|
9 年之前 |
Alberto Avila
|
cca151d196
Refs #26071 -- Added test for __in lookup in a Case expression.
|
9 年之前 |
Tim Graham
|
d45cfefbad
Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440.
|
9 年之前 |
Tim Graham
|
a7752780d9
Removed an unncessary docs cross-reference for call_command().
|
9 年之前 |
Tim Graham
|
555f8e9d5c
Made CommandError use the exception directive in docs.
|
9 年之前 |
Jarek Glowacki
|
c68ce18712
Corrected a few typos in Signal.send() docstring.
|
9 年之前 |
pp
|
b34ff66e5b
Added missing period to "etc.".
|
9 年之前 |
Tim Graham
|
99d2469e75
Refs #494 -- Fixed a flaky admin_inlines tests.
|
9 年之前 |
Tim Graham
|
294d0d8815
Fixed #26048 -- Made admin selenium tests use implicitly_wait()
|
9 年之前 |
Simon Charette
|
bc7d201bdb
Fixed #25858 -- Bound abstract model application relative relationships.
|
9 年之前 |
Tim Graham
|
2ed2db2ea3
Replaced selenium.find_element_by_css_selector where by_id is sufficient.
|
9 年之前 |
Varun Sharma
|
3d6474e1a5
Fixed #25385 -- Allowed importing views.generic.View from views.View.
|
9 年之前 |
Flavio Curella
|
0bc5cd6280
Fixed #25684 -- Made runserver use logging for request/response output.
|
9 年之前 |
Curtis Maloney
|
3792e291e6
Removed use of locals for print formatting in Oracle backend.
|
9 年之前 |
pp
|
c8d970a548
Refs #25755 -- Unified a couple more spellings of 'website'.
|
9 年之前 |
Claude Paroz
|
4a03e6f272
Refs #21113 -- Updated test to allow for bad MySQL time resolution
|
9 年之前 |
Tim Graham
|
3541ca1504
Refs #25165 -- Fixed JSON serialization for delete popup in the admin.
|
9 年之前 |
bmsleight
|
8715205c5c
Fixed a typo in a modelforms docs example.
|
9 年之前 |
anabelensc
|
4c1fab0f29
Added a missing bracket in a queries docs example.
|
9 年之前 |