index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
cache
/
backends
/
db.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-24
1
-5
/
+5
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-62
/
+83
*
Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.
Arsa
2021-12-09
1
-4
/
+10
*
Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.
Nick Pope
2021-09-07
1
-21
/
+8
*
Refs #33060 -- Ensured cache backends validate keys.
Nick Pope
2021-09-07
1
-4
/
+7
*
Fixed #32772 -- Made database cache count size once per set.
Michael Lissner
2021-05-26
1
-6
/
+6
*
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-12
1
-8
/
+3
*
Fixed #32705 -- Prevented database cache backend from checking .rowcount on c...
ecogels
2021-05-05
1
-1
/
+1
*
Fixed #31728 -- Fixed cache culling when no key is found for deletion.
Guillermo Bonvehí
2020-06-22
1
-3
/
+6
*
Fixed #30759 -- Made cache.delete() return whether it succeeded.
daniel a rios
2019-11-14
1
-2
/
+4
*
Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...
Tim Graham
2019-01-17
1
-9
/
+2
*
Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_man...
oliver
2018-08-17
1
-33
/
+53
*
Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends an...
Simon Charette
2018-07-09
1
-1
/
+3
*
Fixed #27480 -- Added cache.touch().
Nicolas Noé
2018-04-27
1
-2
/
+18
*
Quoted field names in cache db backend SQL.
Hajime Nakagami
2018-03-13
1
-18
/
+57
*
Refs #27795 -- Replaced force_bytes() usage in django.core.cache.
Jon Dufresne
2018-02-02
1
-2
/
+1
*
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-12-07
1
-1
/
+1
*
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-20
1
-2
/
+9
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-2
/
+2
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-5
/
+1
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-4
/
+2
*
Refactored datetime handling in the database cache backend.
Aymeric Augustin
2015-05-17
1
-43
/
+43
*
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-17
1
-3
/
+3
*
Removed global timezone-aware datetime converters.
Aymeric Augustin
2015-05-17
1
-0
/
+4
*
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-20
1
-0
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-7
/
+7
*
Fixed #23625 -- Removed CacheClass shim
Jaap Roes
2014-10-10
1
-5
/
+0
*
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
1
-64
/
+65
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+3
*
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
1
-1
/
+0
*
Fixed #21147 -- Avoided time.time precision issue with cache backends.
Michael Manfre
2013-10-01
1
-4
/
+3
*
Fixed #21146 - DatabaseCache converts expires to python value
Michael Manfre
2013-09-26
1
-3
/
+18
*
Fixed #9595 -- Allow non-expiring cache timeouts.
Jacob Burch
2013-05-18
1
-6
/
+9
*
Made atomic usable when autocommit is off.
Aymeric Augustin
2013-03-13
1
-1
/
+1
*
Fixed #11569 -- Wrapped DatabaseCache._base_set in an atomic block.
Aymeric Augustin
2013-03-11
1
-14
/
+15
*
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
1
-6
/
+1
*
Fixed #19896 -- Committed after clearing cache in the database.
George Song
2013-02-24
1
-0
/
+1
*
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-02-05
1
-1
/
+1
*
Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3
Anssi Kääriäinen
2012-11-10
1
-4
/
+8
*
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-29
1
-2
/
+2
*
[py3] Fixed cache tests.
Aymeric Augustin
2012-08-18
1
-1
/
+1
*
[py3] Fixed more encoding issues in cache tests
Claude Paroz
2012-08-15
1
-1
/
+2
*
[py3] Avoided the deprecated base64 interface.
Aymeric Augustin
2012-08-14
1
-2
/
+2
*
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
1
-1
/
+1
*
Fixed #18330 - Made cache culling 3rd party db backend friendly
Anssi Kääriäinen
2012-07-05
1
-11
/
+3
*
Fixed #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for better compatibilit...
Paul McMillan
2011-11-21
1
-1
/
+2
*
Made the database cache backend, which bypasses the ORM, compatible with time...
Aymeric Augustin
2011-11-20
1
-15
/
+52
*
Fixed a bunch of imports of the email stdlib module now that we are on Python...
Jannis Leidel
2011-09-09
1
-1
/
+1
*
Fixed #16481 -- Adapted one raw SQL query in cull immplementation of the data...
Ramiro Morales
2011-08-21
1
-1
/
+7
[next]