Russell Keith-Magee
|
1b646e656e
Fixed #19384 -- Documented the behavior of custom managers on abstract models.
|
12 éve |
Tim Graham
|
b594e4923c
Fixed #19342 - Added new tutorials to the 1.5 release notes
|
12 éve |
Bruno Renié
|
a8495fb188
Typo in the 1.5 release notes
|
12 éve |
Jacob Kaplan-Moss
|
7cea123bde
Fixed a couple of typos in the 1.5 (and beta) release notes.
|
12 éve |
Julien Phalip
|
ae206d78f6
Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to rasca for the suggestion and to mateusgondim for the patch.
|
12 éve |
Anssi Kääriäinen
|
90b86291d0
Fixed #18375 -- Removed dict-ordering dependency for F-expressions
|
12 éve |
Aymeric Augustin
|
a026e480da
Fixed #16039 -- Made post_syncdb handlers multi-db aware.
|
12 éve |
Preston Holmes
|
edf7ad36fa
Fixed #18658 -- Improved ModelAdmin.message_user API
|
12 éve |
Anton Danilchenko
|
3bdb2ca560
Update docs/releases/1.5.txt
|
12 éve |
Aymeric Augustin
|
9b755a298a
Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.
|
12 éve |
Preston Holmes
|
44046e8a38
Fixed #18985 -- made DeprecationWarnings loud
|
12 éve |
Alex Gaynor
|
0a49e6164c
Corrected a typo that inadvertently made its way into the docs.
|
12 éve |
Alex Gaynor
|
957787ace0
Added multi-column indexes to the 1.5 release notes.
|
12 éve |
Preston Holmes
|
965cc0b1ff
Deprecated depth kwarg on select_related.
|
12 éve |
Aymeric Augustin
|
146ed13a11
Fixed #17083 -- Allowed sessions to use non-default cache.
|
12 éve |
Preston Holmes
|
9741912a9a
Fixed #17869 - force logout when REMOTE_USER header disappears
|
12 éve |
Aymeric Augustin
|
83ba0a9d4b
Fixed #18978 -- Moved cleanup command to sessions.
|
12 éve |
Preston Holmes
|
f2fd4ebfb8
Merge pull request #472 from ericflo/patch-1
|
12 éve |
Tim Graham
|
48be78cf08
Fixed broken links + spell check in 1.5 release notes.
|
12 éve |
Eric Florenzano
|
9912a30b06
Update docs/releases/1.5.txt
|
12 éve |
Jacob Kaplan-Moss
|
137fdbeebd
Added release notes for Django 1.5 alpha 1.
|
12 éve |
Aymeric Augustin
|
495a8b8107
Fixed #6527 -- Provided repeatable content access
|
12 éve |
Aymeric Augustin
|
4b27813198
Fixed #7581 -- Added streaming responses.
|
12 éve |
Claude Paroz
|
dfd4a71751
Fixed #5611 -- Restricted accepted content types in parsing POST data
|
12 éve |
Claude Paroz
|
e6f45aa623
Added release note about removed div around csrf token
|
12 éve |
Anssi Kääriäinen
|
b625e8272b
Moved F() '&' and '|' to .bitand() and .bitor()
|
12 éve |
Anssi Kääriäinen
|
a8b1861fc4
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
|
12 éve |
Claude Paroz
|
117e99511e
Added assertXML[Not]Equal assertions
|
12 éve |
Stephen Burrows
|
218abcc9e5
Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty value
|
12 éve |
Preston Holmes
|
e7723683dc
Fixed #9279 -- Added ignorenonexistent option to loaddata
|
12 éve |