django1/django/db
Mariusz Felisiak 6dd4edb1b4
Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to primary key.
Thanks Tim Graham for the review.
2018-06-17 08:51:02 +02:00
..
backends Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to primary key. 2018-06-17 08:51:02 +02:00
migrations Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run after RenameField. 2018-06-15 11:51:09 -04:00
models Refs #28748 -- Reallowed lazy model field choices. 2018-05-29 21:43:38 -04:00
__init__.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
transaction.py Fix a typo in django/db/transaction.py 2017-04-19 16:36:06 +02:00
utils.py Ref #23919 -- Replaced some os.path usage with pathlib.Path. 2018-04-19 21:30:00 -04:00