Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 02 Jun 2019 21:32:56 UTC Commit: 3e5b1cc1ca822dbe15f0b4fd8676dbcd8c14bf72 https://github.com/geany/www.geany.org/commit/3e5b1cc1ca822dbe15f0b4fd8676db...
Log Message: ----------- Add exclude for "mezzanine_sync_pages" in "dump_database" command
Modified Paths: -------------- geany/management/commands/dump_database.py
Modified: geany/management/commands/dump_database.py 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -41,6 +41,7 @@ def _dump_main_database(self): '--exclude', 'sessions.session', '--exclude', 'admin.logentry', '--exclude', 'pastebin.snippet', + '--exclude', 'mezzanine_sync_pages.mezzaninesyncpages', '--indent', '2', '--output', 'database.json')
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).