DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
django model make the field caseinsensitive
def clean(self): self.name = self.name.capitalize()
Source by gist.github.com #
PREVIOUS
NEXT
Tagged:
#django
#model
#field
#caseinsensitive
ADD COMMENT
Topic
COMMENT
Name
2+5 =
Submit