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-03-01 12:24:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
db_functions
History
Simon Charette
6364b6ee10
Fixed
#34955
-- Made Concat() use || operator on PostgreSQL.
...
This also avoids casting string based expressions in Concat() on PostgreSQL.
2023-11-14 10:56:20 +01:00
..
comparison
Refs
#28329
-- Fixed Cast() with ForeignKey to integer fields on MySQL.
2023-03-14 08:32:17 +01:00
datetime
…
math
…
migrations
…
text
Fixed
#34955
-- Made Concat() use || operator on PostgreSQL.
2023-11-14 10:56:20 +01:00
window
…
__init__.py
…
models.py
…
tests.py
…