Robert Sparks
|
b988850985
|
fix: avoid mutables as defaults. Compute date default arguments at runtime rather than loadtime. (#4144)
|
2022-07-06 14:39:36 -05:00 |
|
Henrik Levkowetz
|
6d7c5b52ee
|
Django 2.0 conversion. Test suite passes, except for javascript tests.
- Legacy-Id: 17762
|
2020-05-08 13:07:07 +00:00 |
|
Henrik Levkowetz
|
726fcbf27d
|
Removed all __future__ imports.
- Legacy-Id: 17391
|
2020-03-05 23:53:42 +00:00 |
|
Henrik Levkowetz
|
aabd237656
|
Fixed some pyflakes issues.
- Legacy-Id: 17304
|
2020-02-18 19:39:03 +00:00 |
|
Henrik Levkowetz
|
7b5bebc727
|
Added a management command to dump data based on table names and primary keys derived from a list of SQL 'INSERT INTO' commands representing the items to be dumped. The output formats are the same as for dumpdata, and are suitable for later use with the loaddata or mergedata management commands.
- Legacy-Id: 17300
|
2020-02-16 21:40:01 +00:00 |
|