Skip to content

Commit

Permalink
Add django 1.2.3 to the available django versions in django recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusty Phillips committed Oct 16, 2010
1 parent 1d79e69 commit 076f64c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions greatbigcrane/recipes/forms.py
Expand Up @@ -31,6 +31,7 @@ class DjangoRecipeForm(forms.Form):
settings = forms.CharField(initial="development")
version = forms.ChoiceField(choices=[
("trunk", "trunk"),
("1.2.3", "1.2.3"),
("1.2.1", "1.2.1"),
("1.2", "1.2"),
("1.1.2", "1.1.2"),
Expand Down

0 comments on commit 076f64c

Please sign in to comment.