1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16385 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel
2011-06-12 13:31:40 +00:00
parent 9f3d76a921
commit 050e11956f
13 changed files with 622 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
from django.forms import ModelForm
from models import MKPerson
class MKPersonForm(ModelForm):
class Meta:
model = MKPerson