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-10-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
2d3531af234c4bc2b78f8b3d8e916ec3ac33fb24
django
/
tests
/
lookup
History
Mariusz Felisiak
fcf95e5927
Fixed
#35018
-- Fixed migrations crash on GeneratedField with BooleanField as output_field on Oracle < 23c.
...
Thanks Václav Řehák for the report. Regression in
f333e3513e
.
2023-12-12 05:39:11 +01:00
..
__init__.py
…
models.py
Fixed
#34544
-- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on Oracle.
2023-05-08 19:34:30 +02:00
test_decimalfield.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_lookups.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_timefield.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
tests.py
Fixed
#35018
-- Fixed migrations crash on GeneratedField with BooleanField as output_field on Oracle < 23c.
2023-12-12 05:39:11 +01:00