summaryrefslogtreecommitdiff
path: root/main/fields.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-10-02 20:40:34 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-10-02 20:40:34 -0400
commitea00a099dffd7157c93af54b5817734348d2bbc6 (patch)
tree89fa4ba0c0ac19a4286ba4c4cb64f77536b1a098 /main/fields.py
parent1a1fd4a3d6aa7f6b2338f7751f5f97a30a059a04 (diff)
parent0f0ce18109f8104d7b2abe9024ef26fa07ff0292 (diff)
Merge branch 'archweb' into archweb-generic
Conflicts: templates/public/download.html templates/public/index.html
Diffstat (limited to 'main/fields.py')
-rw-r--r--main/fields.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/fields.py b/main/fields.py
index 2d5703ef..53494772 100644
--- a/main/fields.py
+++ b/main/fields.py
@@ -2,8 +2,6 @@ from django.db import models
class PositiveBigIntegerField(models.BigIntegerField):
- _south_introspects = True
-
def get_internal_type(self):
return "BigIntegerField"