- Nothing changed yet.
Now only compatible with django 1.8+
- Replaces option_list with add_arguments
- Adds
--droptest
argument, which also drops the test database. This feature is aimed at people using --keepdb to speed up their test runs.
- database argument now passed to backend in support of multiple database setups.
- #3 Adds a new flag
--dropconnections
, disabled by default, that tells postgres to terminate all existing sessions before zapping. This is to work around an issue where third party applications open database connections upon app registry installation.
- Adds OSX detection
- Adds port option for postgres backend
- Changes working directory of postgres subprocess command to /tmp
- Update how args are parsed to allow use from call_command
- All important fix-the-bladdy-packaging release
- Initial Release