Adrian Holovaty
|
985dcdb4b2
Fixed #12350 -- Fixed typo in tutorial04. Thanks, mortense
|
15 年之前 |
Adrian Holovaty
|
1f400c6df0
Fixed #12326 -- Fixed typo in tutorial04. Thanks, mortense
|
15 年之前 |
Adrian Holovaty
|
cf1b6845d4
Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the database
|
15 年之前 |
Adrian Holovaty
|
0683a79d0c
Added some missing __init__.py files to two tests
|
15 年之前 |
Adrian Holovaty
|
978fb8639f
Fixed #12092 -- Fixed grammar error in install.txt. Thanks, Abizern and timo
|
15 年之前 |
Adrian Holovaty
|
9e3dbc7573
Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@mixworx.net and ramiro
|
15 年之前 |
Adrian Holovaty
|
516947fd61
Fixed #12047 -- Fixed typo in generic views documentation. Thanks, schickler
|
15 年之前 |
Adrian Holovaty
|
92568d31b8
Removed an 'assert False' I stupidly committed in [12165]
|
15 年之前 |
Adrian Holovaty
|
ca6f64a43f
Fixed #6094 -- Middleware exceptions are now caught by the core handler. Thanks, isagalaev
|
15 年之前 |
Adrian Holovaty
|
a7dc2c0653
Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsong
|
15 年之前 |
Adrian Holovaty
|
ddd6f28cac
Fixed #10947 -- Fixed error in __in documentation. Thanks, julianb and timo
|
15 年之前 |
Adrian Holovaty
|
665ac8779b
Fixed #10862 -- Clarified confusing documentation about ImageField height/width. Thanks, mw and timo
|
15 年之前 |
Adrian Holovaty
|
6502965d17
Fixed #10800 -- Made a small improvement to render_to_string() docs. Thanks, p.patruno@iperbole.bologna.it and timo
|
15 年之前 |
Adrian Holovaty
|
1461a76fdd
Added tests that I neglected to check in for #8049 in [12159]
|
15 年之前 |
Adrian Holovaty
|
19b72077f7
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev
|
15 年之前 |
Adrian Holovaty
|
b651bcb80b
Fixed #12216 -- Fixed typo in flatpages docs. Thanks, timo
|
15 年之前 |
Brian Rosner
|
a689ba9594
Fixed #12455 -- corrected an oversight in result_headers not honoring admin_order_field
|
15 年之前 |
Joseph Kocherhans
|
6e756a3c10
Added __init__.py and models.py so tests for validators will actually run.
|
15 年之前 |
Jannis Leidel
|
9ec29cf1dc
Fixed #11697 - Allow shift clicking for selecting multiple action checkboxes in the admin changelist. Thanks buriy and Sean Brant.
|
15 年之前 |
Jannis Leidel
|
73d8abf3d5
Removed unneeded import, thanks Alex Gaynor.
|
15 年之前 |
Jannis Leidel
|
5e83b79d26
Fixed #12466 - Set HTML class attributes for each field separately. Thanks for the patch, Bernd Schlapsi.
|
15 年之前 |
Jannis Leidel
|
4700200383
Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gouldin for the patch.
|
15 年之前 |
Jannis Leidel
|
341c85bed0
Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven.
|
15 年之前 |
Adrian Holovaty
|
18723e6e24
Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a filter() value for a CharField or TextField. Thanks, carljm
|
15 年之前 |
Adrian Holovaty
|
1d61a1eb2a
Fixed #11600 -- Fixed placement of 'View on site' in stacked inline admin template. Thanks, seanbrant
|
15 年之前 |
Brian Rosner
|
ac1b275130
Fixed #12550 -- better handling with choices and null fields when displaying read-only values
|
15 年之前 |
Adrian Holovaty
|
2dd9a85819
Fixed #7235 -- EmptyQuerySet no longer raises and exception when it's filter()ed (along with some other QuerySet methods). Thanks, taylormarshall
|
15 年之前 |
Jannis Leidel
|
058343c5e8
Minor formatting fixes for [12139]
|
15 年之前 |
Karen Tracey
|
e0c3cd4d29
Changed an i18n test to use a number that converts consistely from string to float on Pythons up to 2.7.
|
15 年之前 |
Adrian Holovaty
|
933b9e8de7
Fixed #6991 -- Removed some redundant user.is_authenticated() calls in various places. Thanks, alexkoshelev, Liang Feng and Ivan Sagalaev
|
15 年之前 |