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-16 21:34:37 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Tim Graham
0a0c24581e
Refs
#26285
-- Removed postgresql's unused DatabaseOperations.fulltext_search_sql().
...
Should have been removed in 5139832398624be75ee5361a6fac9348fdb61093.
2017-02-21 13:10:24 -05:00
..
backends
Refs
#26285
-- Removed postgresql's unused DatabaseOperations.fulltext_search_sql().
2017-02-21 13:10:24 -05:00
migrations
Refs
#27546
-- Removed hardcoded class names in __repr__() methods.
2017-02-04 11:42:45 -05:00
models
Fixed typo in DurationField's docstring.
2017-02-20 08:44:05 -05:00
__init__.py
Refs
#23919
-- Stopped inheriting from object to define new style classes.
2017-01-19 08:39:46 +01:00
transaction.py
Refs
#23919
-- Removed usage of django.utils.decorators.ContextDecorator.
2017-01-19 11:28:30 -05:00
utils.py
Tidied djang.db.utils.load_backend().
2017-01-24 08:33:26 -05:00