DJANGOLEARN_IR Telegram 1144
تابع get_FOO_display در جنگو چیه؟

بهترین روش برای توضیح این تابع، مثاله:

from django.db import models


class Person(models.Model):
SHIRT_SIZES = {
"S": "Small",
"M": "Medium",
"L": "Large",
}
name = models.CharField(max_length=60)
shirt_size = models.CharField(max_length=2, choices=SHIRT_SIZES)

و نتیجه:
>>> p = Person(name="Fred Flintstone", shirt_size="L")
>>> p.save()
>>> p.shirt_size
'L'
>>> p.get_shirt_size_display()
'Large'

گرفتی کارش چیه؟ یس 👍🏻 اور نو 👎
👍48🤔52👎1



tgoop.com/djangolearn_ir/1144
Create:
Last Update:

تابع get_FOO_display در جنگو چیه؟

بهترین روش برای توضیح این تابع، مثاله:

from django.db import models


class Person(models.Model):
SHIRT_SIZES = {
"S": "Small",
"M": "Medium",
"L": "Large",
}
name = models.CharField(max_length=60)
shirt_size = models.CharField(max_length=2, choices=SHIRT_SIZES)

و نتیجه:
>>> p = Person(name="Fred Flintstone", shirt_size="L")
>>> p.save()
>>> p.shirt_size
'L'
>>> p.get_shirt_size_display()
'Large'

گرفتی کارش چیه؟ یس 👍🏻 اور نو 👎

BY جنگولرن


Share with your friend now:
tgoop.com/djangolearn_ir/1144

View MORE
Open in Telegram


Telegram News

Date: |

Concise To upload a logo, click the Menu icon and select “Manage Channel.” In a new window, hit the Camera icon. End-to-end encryption is an important feature in messaging, as it's the first step in protecting users from surveillance. In the “Bear Market Screaming Therapy Group” on Telegram, members are only allowed to post voice notes of themselves screaming. Anything else will result in an instant ban from the group, which currently has about 75 members. On Tuesday, some local media outlets included Sing Tao Daily cited sources as saying the Hong Kong government was considering restricting access to Telegram. Privacy Commissioner for Personal Data Ada Chung told to the Legislative Council on Monday that government officials, police and lawmakers remain the targets of “doxxing” despite a privacy law amendment last year that criminalised the malicious disclosure of personal information.
from us


Telegram جنگولرن
FROM American