view pip-requirements @ 99:d858aae811d0

Move choices for lexer field from SnippetForm to Snippet The choices should be on the model, because it's more logical and because now we can print out the human-readable value of the field directly from the model, using snippet.get_FIELD_display() (e.g. get_lexer_display()).
author dellsystem <ilostwaldo@gmail.com>
date Fri, 31 Aug 2012 02:28:57 -0400
parents d4e5ef15326a
children 9d6b313af86f
line wrap: on
line source

Django==1.2
Pygments==1.5
argparse==1.2.1
distribute==0.6.24
django-openid-auth==0.4
django-registration==0.8
wsgiref==0.1.2