Added entry in 1.5 release notes about dumpdata improvements.
This commit is contained in:
parent
12f4bd74fc
commit
fb871f66a8
|
@ -75,6 +75,9 @@ Django 1.5 also includes several smaller improvements worth noting:
|
||||||
|
|
||||||
* The generic views support OPTIONS requests.
|
* The generic views support OPTIONS requests.
|
||||||
|
|
||||||
|
* The dumpdata management command outputs one row at a time, preventing
|
||||||
|
out-of-memory errors when dumping large datasets.
|
||||||
|
|
||||||
* In the localflavor for Canada, "pq" was added to the acceptable codes for
|
* In the localflavor for Canada, "pq" was added to the acceptable codes for
|
||||||
Quebec. It's an old abbreviation.
|
Quebec. It's an old abbreviation.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue