lp://staging/~bloodearnest/django-preflight/gargoyle
Created by
Simon Davy
and last modified
- Get this branch:
- bzr branch lp://staging/~bloodearnest/django-preflight/gargoyle
Only
Simon Davy
can upload to this branch. If you are
Simon Davy
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Superseded
for merging
into
lp://staging/~canonical-isd-hackers/django-preflight/gargoyle
- Canonical ISD hackers: Pending requested
-
Diff: 1016 lines (+274/-327)20 files modifiedMANIFEST.in (+1/-0)
debian/changelog (+9/-0)
debian/rules (+0/-1)
doc/conf.py (+1/-1)
doc/install.rst (+13/-9)
example_project/app/preflight.py (+0/-38)
example_project/app/templates/base.html (+0/-57)
example_project/manage.py (+0/-13)
example_project/run.py (+0/-31)
example_project/settings.py (+0/-44)
example_project/urls.py (+0/-15)
preflight/__init__.py (+1/-1)
preflight/conf.py (+6/-0)
preflight/models.py (+41/-8)
preflight/templates/preflight/overview.html (+32/-14)
preflight/tests.py (+117/-31)
preflight/views.py (+8/-9)
setup.py (+17/-13)
tox (+0/-6)
tox.ini (+28/-36)
Branch information
Recent revisions
- 26. By Simon Davy
-
more generic (less gargoyle specific), more gargoyle tests, embedded json switch data for automated scraping
- 24. By Łukasz Czyżykowski
-
[r=ricardokirkner] Updated code and tests to work with Django 1.5; dropped support for Python 2.5
- 23. By Anthony Lenton
-
[r=james-w] Fixed a silly bug that meant that hidden settings weren't really configurable via the PREFLIGHT_
HIDDEN_ SETTINGS setting. - 18. By Māris Fogels
-
[r=lukasz-
czyzykowski] Changed the default display template to the Django admin theme.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/django-preflight