mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Implemented persistent database connections.
Thanks Anssi Kääriäinen and Karen Tracey for their inputs.
This commit is contained in:
parent
d009ffe436
commit
2ee21d9f0d
16 changed files with 220 additions and 25 deletions
|
@ -339,6 +339,8 @@ these changes.
|
|||
|
||||
* ``Model._meta.module_name`` was renamed to ``model_name``.
|
||||
|
||||
* The private API ``django.db.close_connection`` will be removed.
|
||||
|
||||
2.0
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue