datatracker/ietf/utils/management/commands
Henrik Levkowetz 09e3f4e96d Added a management command to check referential integrity, original code
conceived and written by rjsparks@nostrum.com, with some additions and
adaptation as a management command by henrik@levkowetz.com.

This integrity checker, when run on the IETF database in November 2015,
seemed to have a factor on the order of 100 better speed and lower memory
consumption than the code in
https://stackoverflow.com/questions/4734645/is-there-a-tool-to-check-database-integrity-in-django

No exact figure is available, as the latter had to be killed when it had
taken all available ram (~14G) on the development machine, and started to
cause heavy swapping.
 - Legacy-Id: 10508
2015-11-19 21:40:37 +00:00
..
__init__.py Added a makefixture management command, from http://djangosnippets.org/snippets/918/, somewhat hacked. 2013-09-29 20:50:51 +00:00
check_referential_integrity.py Added a management command to check referential integrity, original code 2015-11-19 21:40:37 +00:00
coverage_changes.py Updated the code to use version 4.0.1 of coverage.py for code coverage measurements. Moved the code which starts coverage measurement to settings_sqlitetest.py to avoid coverage measurements running when not doing tests. Did some additional coveage measurement refactoring. 2015-10-18 20:01:57 +00:00
import_htpasswd.py Fixed support for verbosity and overwrite flags for the import_htpasswd command, which was lost in [7583]. 2014-04-09 18:34:18 +00:00
makefixture.py Tweaked the makefixture command to not recurse on reverse relationships. 2013-10-14 18:36:20 +00:00
pyflakes.py Merged in [9185] from rcross@amsl.com: 2015-03-14 15:47:24 +00:00
tests.py Updated test 2015-03-17 17:38:15 +00:00