Tim Graham
|
487362fa8f
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
|
7 years ago |
Simon Charette
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 years ago |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 years ago |
Claude Paroz
|
c716fe8782
Refs #23919 -- Removed six.PY2/PY3 usage
|
8 years ago |
Aymeric Augustin
|
e2a652fac1
Refactored datetime handling in the database cache backend.
|
10 years ago |
Aymeric Augustin
|
54026f1e8d
Renamed value_to_db_xxx to adapt_xxxfield_value.
|
10 years ago |
Aymeric Augustin
|
ec186572e6
Removed global timezone-aware datetime converters.
|
10 years ago |
Loic Bistuer
|
bed504d70b
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
|
10 years ago |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
Jaap Roes
|
1b5918f160
Fixed #23625 -- Removed CacheClass shim
|
10 years ago |
Michael Manfre
|
3ffeb93186
Ensure cursors are closed when no longer needed.
|
11 years ago |
Alex Gaynor
|
7548aa8ffd
More attacking E302 violators
|
11 years ago |
Tim Graham
|
36ded01527
Fixed #21302 -- Fixed unused imports and import *.
|
11 years ago |
Michael Manfre
|
bf757a2f4d
Fixed #21147 -- Avoided time.time precision issue with cache backends.
|
11 years ago |
Michael Manfre
|
d5606b5763
Fixed #21146 - DatabaseCache converts expires to python value
|
11 years ago |
Jacob Burch
|
89955cc35f
Fixed #9595 -- Allow non-expiring cache timeouts.
|
12 years ago |
Aymeric Augustin
|
83a416f5e7
Made atomic usable when autocommit is off.
|
12 years ago |
Aymeric Augustin
|
1b12e248ea
Fixed #11569 -- Wrapped DatabaseCache._base_set in an atomic block.
|
12 years ago |
Aymeric Augustin
|
ba5138b1c0
Deprecated transaction.commit/rollback_unless_managed.
|
12 years ago |
George Song
|
44164c5c30
Fixed #19896 -- Committed after clearing cache in the database.
|
12 years ago |
Simon Charette
|
ec469ade2b
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
|
12 years ago |
Anssi Kääriäinen
|
cc0ac26f4a
Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3
|
12 years ago |
Claude Paroz
|
ebc773ada3
Replaced many smart_bytes by force_bytes
|
12 years ago |
Aymeric Augustin
|
2284419a2c
[py3] Fixed cache tests.
|
12 years ago |
Claude Paroz
|
24de85c419
[py3] Fixed more encoding issues in cache tests
|
12 years ago |
Aymeric Augustin
|
212a512984
[py3] Avoided the deprecated base64 interface.
|
12 years ago |
Aymeric Augustin
|
ca07fda2ef
[py3] Switched to Python 3-compatible imports.
|
12 years ago |
Anssi Kääriäinen
|
d3c2eb103f
Fixed #18330 - Made cache culling 3rd party db backend friendly
|
12 years ago |
Paul McMillan
|
0506facd86
Fixed #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for better compatibility with other hash backends. Thanks aaugustin for the initial patch.
|
13 years ago |
Aymeric Augustin
|
7075e93256
Made the database cache backend, which bypasses the ORM, compatible with time zone support.
|
13 years ago |