Translated on Mar 9th, 2017
1
5077
코딩 스타일
- If choices is defined for a given model field, define each choice as a tuple of tuples, with an all-uppercase name as a class attribute on the model. Example:
Translated in Korean
모델 필드의 초이스 값을 정의할 때, 각각의 초이스는 튜플의 튜플로 정의합니다. 모델의 클래스 속성처럼 모두 대문자로 작성해주세요. 예:
모델 필드의 초이스 값을 정의할 때, 각각의 초이스는 튜플의 튜플로 정의합니다. 모델의 클래스 속성처럼 모두 대문자로 작성해주세요. 예:
Reviewed on Mar 9th, 2017
1
5077
Translated on Mar 9th, 2017
1
5077
Translated on Mar 9th, 2017
1
5077
Translated on Mar 9th, 2017
1
5077
코딩 스타일
- Unless otherwise specified, follow PEP 8.
Translated in Korean
- 다른 특별한 사유가 없다면, PEP 8을 따르세요.
- 다른 특별한 사유가 없다면, PEP 8을 따르세요.
Translated on Mar 8th, 2017
1
5077
Translated on Mar 8th, 2017
1
5077
Translated on Mar 8th, 2017
1
5077
Posted on Mar 8th, 2017
0
4845
코딩 스타일
Coding style¶Please follow these coding standards when writing code for inclusion in Django.Python style¶- Please conform to the indentation style dictated in the .editorconfig file. We recommend usin...
Translated on Sep 4th, 2014
0
8807
Django 1.7 릴리즈 노트
ValidationError constructor and internal storage
Translated in Korean
ValidationError 생성자와 내부 스토리지
ValidationError 생성자와 내부 스토리지
Translated on Sep 4th, 2014
0
8807
Django 1.7 릴리즈 노트
New Prefetch object for advanced prefetch_related operations.
Translated in Korean
고급 prefetch_related 작업 수행을 위한 새로운 Prefetch 객체
고급 prefetch_related 작업 수행을 위한 새로운 Prefetch 객체
Reviewed on Sep 4th, 2014
0
8807
Django 1.7 릴리즈 노트
New Prefetch object for advanced prefetch_related operations.
Reviewed in Korean
고급 prefetch_related 작업 수행을 위한 새로운 Prefetch 객체
고급 prefetch_related 작업 수행을 위한 새로운 Prefetch 객체
Translated on Sep 4th, 2014
0
8807