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-04-09 07:56:43 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Rolo
19e67c6cd1
Fixed
#24677
-- Made TextField.to_python() return a string.
...
This is consistent with CharField.
2015-06-04 09:02:54 -04:00
..
backends
Fixed
#24893
-- Fixed lack of unique constraint when changing a field from primary_key=True to unique=True
2015-06-02 09:25:47 -04:00
migrations
Cleaned up docstring style, per Tim Graham review.
2015-06-03 19:20:12 -06:00
models
Fixed
#24677
-- Made TextField.to_python() return a string.
2015-06-04 09:02:54 -04:00
__init__.py
Fixed
#23820
-- Supported per-database time zone.
2015-05-17 09:40:28 +02:00
transaction.py
Sorted imports with isort; refs
#23860
.
2015-02-06 08:16:28 -05:00
utils.py
Fixed
#23820
-- Supported per-database time zone.
2015-05-17 09:40:28 +02:00