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-27 07:36:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
686a8a62ae7faba9c3b17080c3532b821e8cb1f3
django
/
tests
/
db_functions
History
Mariusz Felisiak
efb7f9ced2
Refs
#36005
-- Used datetime.UTC alias instead of datetime.timezone.utc.
...
datetime.UTC was added in Python 3.11.
2025-02-18 08:35:36 +01:00
..
comparison
Added DatabaseFeatures.rounds_to_even.
2024-12-18 08:50:48 -03:00
datetime
Refs
#36005
-- Used datetime.UTC alias instead of datetime.timezone.utc.
2025-02-18 08:35:36 +01:00
json
Fixed
#35718
-- Add JSONArray to django.db.models.functions.
2025-01-06 10:08:32 +01:00
math
Added DatabaseFeatures.rounds_to_even.
2024-12-18 08:50:48 -03:00
migrations
Refs
#33476
-- Applied Black's 2023 stable style.
2023-02-01 11:04:38 +01:00
text
Fixed
#36173
-- Stabilized identity of Concat with an explicit output_field.
2025-02-15 15:46:59 +01:00
window
…
__init__.py
…
models.py
Applied Black's 2024 stable style.
2024-01-26 12:45:07 +01:00
tests.py
…