Aymeric Augustin
|
7f264e02f4
Fixed #20680 -- Deprecated django.utils.unittest.
|
11 年之前 |
Ramiro Morales
|
8eadbc5a03
Removed 'mimetype' arguments from a few places, as per deprecation TL.
|
11 年之前 |
Simon Charette
|
e1dd24d2f6
Added missing deprecation note for model permission methods.
|
11 年之前 |
Tim Graham
|
1184d07789
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
|
11 年之前 |
Carl Meyer
|
cd79f33723
Fixed #20503 - Moved doctest utilities in with the rest of the deprecated test code.
|
12 年之前 |
Claude Paroz
|
499a745ae1
Fixed #20474 -- Proxied and deprecated django.db.backend
|
12 年之前 |
Ramiro Morales
|
4ba1c2e785
Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField fields.
|
12 年之前 |
Łukasz Langa
|
bd97f7d0cb
Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated
|
12 年之前 |
Daniel Lindsley
|
33793f7c3e
Fixed #19934 - Use of Pillow is now preferred over PIL.
|
12 年之前 |
Carl Meyer
|
9012833af8
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
|
12 年之前 |
Baptiste Mispelon
|
9ac4dbd7b5
Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect
|
12 年之前 |
Tim Graham
|
93cffc3b37
Added missing markup to docs.
|
12 年之前 |
Aymeric Augustin
|
3f2befc931
Deprecated django.views.defaults.shortcut.
|
12 年之前 |
Aymeric Augustin
|
5d8342f321
Proof-read and adjusted the transactions docs.
|
12 年之前 |
Jacob Kaplan-Moss
|
571b2d139b
Deprecated django.contrib.comments.
|
12 年之前 |
Aymeric Augustin
|
ac37ed21b3
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
|
12 年之前 |
Aymeric Augustin
|
7c46c8d5f2
Added some assertions to enforce the atomicity of atomic.
|
12 年之前 |
Aymeric Augustin
|
3bdc7a6a70
Deprecated transaction.is_managed().
|
12 年之前 |
Aymeric Augustin
|
ba5138b1c0
Deprecated transaction.commit/rollback_unless_managed.
|
12 年之前 |
Aymeric Augustin
|
f515619494
Added an API to control database-level autocommit.
|
12 年之前 |
Aymeric Augustin
|
7aacde84f2
Made transaction.managed a no-op and deprecated it.
|
12 年之前 |
Loic Bistuer
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
12 年之前 |
Aymeric Augustin
|
2ee21d9f0d
Implemented persistent database connections.
|
12 年之前 |
Preston Holmes
|
9d2c0a0ae6
Removed superfluous cookie check from auth login.
|
12 年之前 |
Vladimir A Filonov
|
f49e9a517f
Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.
|
12 年之前 |
Simon Charette
|
ec469ade2b
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
|
12 年之前 |
Ramiro Morales
|
7947c9e3a6
Deprecated undocumented warnings manipulation testing tools.
|
12 年之前 |
Aymeric Augustin
|
89cb771be7
Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.
|
12 年之前 |
Aymeric Augustin
|
50a985b09b
Fixed #19099 -- Split broken link emails out of common middleware.
|
12 年之前 |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 年之前 |