diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-05-26 16:15:45 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-05-26 16:15:45 +0200 |
| commit | fb871f66a8a9cbf2a908725360290914ea3f59da (patch) | |
| tree | 7c4831a6d1b907af201394b975a5d09486974c8e | |
| parent | 12f4bd74fcc4b6907241ca460bc406665430569d (diff) | |
Added entry in 1.5 release notes about dumpdata improvements.
| -rw-r--r-- | docs/releases/1.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index 851fed69f7..0fec53ab6d 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -75,6 +75,9 @@ Django 1.5 also includes several smaller improvements worth noting: * 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 Quebec. It's an old abbreviation. |
