summaryrefslogtreecommitdiff
path: root/legacy
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-02-14 21:55:46 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-02-14 21:55:46 +0100
commit7b1ad9a8cfc2be8c5824f3562c35d9cd00b5f3d2 (patch)
treeee1c28b601ffb48c97208a7722e55b9d30a2a6c1 /legacy
parentb35966376ac8c1d8caf05a5e882dfb27325a1593 (diff)
Save a dump of the 0.9[01] docs and point to the current ones.
I removed these flat pages from the production database.
Diffstat (limited to 'legacy')
-rw-r--r--legacy/fixtures/flatpages-0.9x-documentation.json.gzbin0 -> 404595 bytes
-rw-r--r--legacy/urls.py5
2 files changed, 1 insertions, 4 deletions
diff --git a/legacy/fixtures/flatpages-0.9x-documentation.json.gz b/legacy/fixtures/flatpages-0.9x-documentation.json.gz
new file mode 100644
index 00000000..6fd5f82d
--- /dev/null
+++ b/legacy/fixtures/flatpages-0.9x-documentation.json.gz
Binary files differ
diff --git a/legacy/urls.py b/legacy/urls.py
index 759a7412..31bf5295 100644
--- a/legacy/urls.py
+++ b/legacy/urls.py
@@ -11,8 +11,5 @@ from .views import gone
urlpatterns = patterns('',
(r'^comments/', gone),
(r'^rss/comments/$', gone),
- (r'^documentation/models/$', gone),
- (r'^documentation/models/(?P<slug>\w+)/$', gone),
- (r'^documentation/(?P<version>[\d.]+)/models/$', gone),
- (r'^documentation/(?P<version>[\d.]+)/models/(?P<slug>\w+)/$', gone),
+ (r'^documentation', gone),
)