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-02-20 22:34:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
backends
History
SwastikTripathi
a7e7043c87
Fixed
#33229
-- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adapt_timefield_value() crash with expressions.
2021-11-19 09:47:57 +01:00
..
base
Fixed
#33229
-- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adapt_timefield_value() crash with expressions.
2021-11-19 09:47:57 +01:00
mysql
…
oracle
…
postgresql
…
sqlite
Fixed
#32672
-- Fixed introspection of primary key constraints on SQLite.
2021-10-26 09:50:23 +02:00
__init__.py
…
models.py
…
test_ddl_references.py
Fixed
#33194
-- Fixed migrations when altering a field with functional indexes/unique constraints on SQLite.
2021-10-18 08:25:23 +02:00
test_utils.py
Fixed
#33279
-- Fixed handling time zones with "-" sign in names.
2021-11-12 07:30:02 +01:00
tests.py
…