This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-24 17:24:37 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Bendeguz Csirmaz
5ed72087c4
Refs
#373
-- Added support for using tuple lookups in filters.
2024-09-26 10:25:49 -04:00
..
backends
Fixed
#35762
-- Avoided unneeded quote_name() calls in SQLite introspection.
2024-09-17 08:56:44 +02:00
migrations
Fixed
#35704
-- Fixed reduction for AddIndex subclasses.
2024-09-03 12:51:06 +02:00
models
Refs
#373
-- Added support for using tuple lookups in filters.
2024-09-26 10:25:49 -04:00
__init__.py
Fixed
#35547
-- Added reset_queries to django.db.__all__.
2024-06-24 10:11:07 +02:00
transaction.py
Fixed typos in Atomic docstring.
2024-07-22 08:27:27 +02:00
utils.py
Added backward compatibility test for ConnectionHandler.databases property.
2022-05-13 12:01:07 +02:00