This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-07-26 14:44:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
7c08f26bf0
django
/
tests
/
expressions
History
Download ZIP
Download TAR.GZ
Hasan Ramezani
ed0cc52dc3
Fixed
#32585
-- Fixed Value() crash with DecimalField on SQLite.
2021-03-29 06:22:36 +02:00
..
__init__.py
models.py
Changed
'%s' % value
pattern to
str(value)
.
2020-05-04 08:27:18 +02:00
test_queryset_values.py
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01:00
tests.py
Fixed
#32585
-- Fixed Value() crash with DecimalField on SQLite.
2021-03-29 06:22:36 +02:00