code stringlengths 1 1.49M | vector listlengths 0 7.38k | snippet listlengths 0 7.38k |
|---|---|---|
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F, Y'
TIME_FORMAT = 'g:i:s A'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M, Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_I... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.1667,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.4444,
0.0556,
0,
0... | [
"DATE_FORMAT = 'j F, Y'",
"TIME_FORMAT = 'g:i:s A'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'j M, Y'",
"DECIMAL_SEPARATOR = '.'",
"THOUSAND_SEPARATOR = ','"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j F Y H:i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'Y-m-d'
SHORT_DATETIME_FORMAT = 'Y-m-d H:i'
FIRST_DAY_OF_WEEK = ... | [
[
14,
0,
0.1429,
0.0286,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1714,
0.0286,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2,
0.0286,
0,
0.66... | [
"DATE_FORMAT = 'j F Y'",
"TIME_FORMAT = 'H:i'",
"DATETIME_FORMAT = 'j F Y H:i'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'Y-m-d'",
"SHORT_DATETIME_FORMAT = 'Y-m-d H:i'",
"FIRST_DAY_OF_WEEK = 1",
"DATE_INPUT_FORMATS = (\n '%Y-%m-%d', # '2006-10-25... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
# DATE_FORMAT =
# TIME_FORMAT =
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =
# MONTH_DAY_FORMAT =
# SHORT_DATE_FORMAT =
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INPUT_FORMATS =
# TIME_I... | [] | [] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = r'\N\gà\y d \t\há\n\g n \nă\m Y'
TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = r'H:i:s \N\gà\y d \t\há\n\g n \nă\m Y'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd-m-Y'
SHO... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.125,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3889,
0.0556,
0,
0.... | [
"DATE_FORMAT = r'\\N\\gà\\y d \\t\\há\\n\\g n \\nă\\m Y'",
"TIME_FORMAT = 'H:i:s'",
"DATETIME_FORMAT = r'H:i:s \\N\\gà\\y d \\t\\há\\n\\g n \\nă\\m Y'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'd-m-Y'",
"SHORT_DATETIME_FORMAT = 'H:i:s d-m-Y'",
"DECIMAL_SEPARATOR =... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'N j, Y'
TIME_FORMAT = 'P'
DATETIME_FORMAT = 'N j, Y, P'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'F j'
SHORT_DATE_FORMAT = 'm/d/Y'
SHORT_DATETIME_FORMAT = 'm/d/Y P'
FIRST_DAY_OF_WEEK = 0 #... | [
[
14,
0,
0.1316,
0.0263,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1579,
0.0263,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1842,
0.0263,
0,
0... | [
"DATE_FORMAT = 'N j, Y'",
"TIME_FORMAT = 'P'",
"DATETIME_FORMAT = 'N j, Y, P'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'F j'",
"SHORT_DATE_FORMAT = 'm/d/Y'",
"SHORT_DATETIME_FORMAT = 'm/d/Y P'",
"FIRST_DAY_OF_WEEK = 0 # Sunday",
"DATE_INPUT_FORMATS = (\n '%Y-%m-%d', '%m/%d/%Y', '%m/%d/%... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j. F Y'
TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = 'j. F Y H:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y H:i:s'
FIRST_DAY_O... | [
[
14,
0,
0.1562,
0.0312,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1875,
0.0312,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2188,
0.0312,
0,
0... | [
"DATE_FORMAT = 'j. F Y'",
"TIME_FORMAT = 'H:i:s'",
"DATETIME_FORMAT = 'j. F Y H:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'd.m.Y'",
"SHORT_DATETIME_FORMAT = 'd.m.Y H:i:s'",
"FIRST_DAY_OF_WEEK = 1 # Monday",
"DATE_INPUT_FORMATS = (\n '%d.%m.%Y', '%d.%m.%... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j ខែ F ឆ្នាំ Y'
TIME_FORMAT = 'G:i:s'
DATETIME_FORMAT = 'j ខែ F ឆ្នាំ Y, G:i:s'
# YEAR_MONTH_FORMAT =
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M Y'
SHORT_DATETIME_FORMAT = 'j M Y, G:i:s... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.1429,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3889,
0.0556,
0,
0... | [
"DATE_FORMAT = 'j ខែ F ឆ្នាំ Y'",
"TIME_FORMAT = 'G:i:s'",
"DATETIME_FORMAT = 'j ខែ F ឆ្នាំ Y, G:i:s'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'j M Y'",
"SHORT_DATETIME_FORMAT = 'j M Y, G:i:s'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = r'j \de F \de Y'
TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = r'j \de F \de Y à\s H:i'
YEAR_MONTH_FORMAT = r'F \de Y'
MONTH_DAY_FORMAT = r'j \de F'
SHORT_DATE_FORMAT = 'd/m/Y'
SHORT_DATETIME_FORMAT =... | [
[
14,
0,
0.1429,
0.0286,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1714,
0.0286,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2,
0.0286,
0,
0.66... | [
"DATE_FORMAT = r'j \\de F \\de Y'",
"TIME_FORMAT = 'H:i:s'",
"DATETIME_FORMAT = r'j \\de F \\de Y à\\s H:i'",
"YEAR_MONTH_FORMAT = r'F \\de Y'",
"MONTH_DAY_FORMAT = r'j \\de F'",
"SHORT_DATE_FORMAT = 'd/m/Y'",
"SHORT_DATETIME_FORMAT = 'd/m/Y H:i'",
"FIRST_DAY_OF_WEEK = 0 # Sunday",
"DATE_INPUT_FORM... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j. F Y.'
TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = 'j. F Y. H:i'
YEAR_MONTH_FORMAT = 'F Y.'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'j.m.Y.'
SHORT_DATETIME_FORMAT = 'j.m.Y. H:i'
FIRST_DAY_... | [
[
14,
0,
0.119,
0.0238,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1429,
0.0238,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1667,
0.0238,
0,
0.... | [
"DATE_FORMAT = 'j. F Y.'",
"TIME_FORMAT = 'H:i:s'",
"DATETIME_FORMAT = 'j. F Y. H:i'",
"YEAR_MONTH_FORMAT = 'F Y.'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'j.m.Y.'",
"SHORT_DATETIME_FORMAT = 'j.m.Y. H:i'",
"FIRST_DAY_OF_WEEK = 1",
"DATE_INPUT_FORMATS = (\n '%Y-%m-%d', ... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F، Y'
TIME_FORMAT = 'g:i:s A'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd/m/Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.1667,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.4444,
0.0556,
0,
0... | [
"DATE_FORMAT = 'j F، Y'",
"TIME_FORMAT = 'g:i:s A'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'd/m/Y'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'G:i:s'
DATETIME_FORMAT = 'j F Y, G:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M Y'
SHORT_DATETIME_FORMAT = 'j M Y, G:i:s'
# FIRST_DAY_... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.125,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3889,
0.0556,
0,
0.... | [
"DATE_FORMAT = 'j F Y'",
"TIME_FORMAT = 'G:i:s'",
"DATETIME_FORMAT = 'j F Y, G:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'j M Y'",
"SHORT_DATETIME_FORMAT = 'j M Y, G:i:s'",
"DECIMAL_SEPARATOR = '.'",
"THOUSAND_SEPARATOR = ','"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j. F Y'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j. F Y H:i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
FIRST_DAY_OF_WEEK... | [
[
14,
0,
0.1923,
0.0385,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2308,
0.0385,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2692,
0.0385,
0,
0... | [
"DATE_FORMAT = 'j. F Y'",
"TIME_FORMAT = 'H:i'",
"DATETIME_FORMAT = 'j. F Y H:i'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'd.m.Y'",
"SHORT_DATETIME_FORMAT = 'd.m.Y H:i'",
"FIRST_DAY_OF_WEEK = 1",
"DATE_INPUT_FORMATS = (\n '%d.%m.%Y', ... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = r'Y. \g\a\d\a j. F'
TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = r'Y. \g\a\d\a j. F, H:i:s'
YEAR_MONTH_FORMAT = r'Y. \g. F'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = r'j.m.Y'
SHORT_DATETIME_FORMA... | [
[
14,
0,
0.1389,
0.0278,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1667,
0.0278,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1944,
0.0278,
0,
0... | [
"DATE_FORMAT = r'Y. \\g\\a\\d\\a j. F'",
"TIME_FORMAT = 'H:i:s'",
"DATETIME_FORMAT = r'Y. \\g\\a\\d\\a j. F, H:i:s'",
"YEAR_MONTH_FORMAT = r'Y. \\g. F'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = r'j.m.Y'",
"SHORT_DATETIME_FORMAT = 'j.m.Y H:i:s'",
"FIRST_DAY_OF_WEEK = 1 #Monday",
"DATE_INPUT... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'N j, Y' # 'Oct. 25, 2006'
TIME_FORMAT = 'P' # '2:30 pm'
DATETIME_FORMAT = 'N j, Y, P' # 'Oct. 25, 2006, 2:30 pm'
YEAR_MONTH_FORMAT = 'F Y' ... | [
[
14,
0,
0.1282,
0.0256,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1538,
0.0256,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1795,
0.0256,
0,
0... | [
"DATE_FORMAT = 'N j, Y' # 'Oct. 25, 2006'",
"TIME_FORMAT = 'P' # '2:30 pm'",
"DATETIME_FORMAT = 'N j, Y, P' # 'Oct. 25, 2006, 2:30 pm'",
"YEAR_MONTH_FORMAT = 'F Y' # 'October 2006'",
"MONTH_DAY_FORMAT = 'F j' # 'October 25'",
"S... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = r'Y \m. F j \d.'
TIME_FORMAT = 'H:i:s'
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =
# MONTH_DAY_FORMAT =
SHORT_DATE_FORMAT = 'Y.m.d'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_IN... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.25,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.5556,
0.0556,
0,
0.6... | [
"DATE_FORMAT = r'Y \\m. F j \\d.'",
"TIME_FORMAT = 'H:i:s'",
"SHORT_DATE_FORMAT = 'Y.m.d'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'd F Y'
TIME_FORMAT = 'g:i:s A'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd M Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INP... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.1667,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.4444,
0.0556,
0,
0... | [
"DATE_FORMAT = 'd F Y'",
"TIME_FORMAT = 'g:i:s A'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'd M Y'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j. F Y'
TIME_FORMAT = 'G:i:s'
DATETIME_FORMAT = 'j. F Y G:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y G:i:s'
FIRST_DAY_O... | [
[
14,
0,
0.1562,
0.0312,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1875,
0.0312,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2188,
0.0312,
0,
0... | [
"DATE_FORMAT = 'j. F Y'",
"TIME_FORMAT = 'G:i:s'",
"DATETIME_FORMAT = 'j. F Y G:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'd.m.Y'",
"SHORT_DATETIME_FORMAT = 'd.m.Y G:i:s'",
"FIRST_DAY_OF_WEEK = 1 # Monday",
"DATE_INPUT_FORMATS = (\n '%d.%m.%Y', '%d.%m.%... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y г.'
TIME_FORMAT = 'G:i:s'
DATETIME_FORMAT = 'j F Y г. G:i:s'
YEAR_MONTH_FORMAT = 'F Y г.'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
... | [
[
14,
0,
0.1429,
0.0286,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1714,
0.0286,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2,
0.0286,
0,
0.66... | [
"DATE_FORMAT = 'j F Y г.'",
"TIME_FORMAT = 'G:i:s'",
"DATETIME_FORMAT = 'j F Y г. G:i:s'",
"YEAR_MONTH_FORMAT = 'F Y г.'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'd.m.Y'",
"SHORT_DATETIME_FORMAT = 'd.m.Y H:i'",
"FIRST_DAY_OF_WEEK = 1 # Monday",
"DATE_INPUT_FORMATS = (\n '%d.%m.%Y', # ... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'N j, Y'
TIME_FORMAT = 'P'
DATETIME_FORMAT = 'N j, Y, P'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'F j'
SHORT_DATE_FORMAT = 'm/d/Y'
SHORT_DATETIME_FORMAT = 'm/d/Y P'
FIRST_DAY_OF_WEEK = 0 #... | [
[
14,
0,
0.1316,
0.0263,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1579,
0.0263,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1842,
0.0263,
0,
0... | [
"DATE_FORMAT = 'N j, Y'",
"TIME_FORMAT = 'P'",
"DATETIME_FORMAT = 'N j, Y, P'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'F j'",
"SHORT_DATE_FORMAT = 'm/d/Y'",
"SHORT_DATETIME_FORMAT = 'm/d/Y P'",
"FIRST_DAY_OF_WEEK = 0 # Sunday",
"DATE_INPUT_FORMATS = (\n '%Y-%m-%d', '%m/%d/%Y', '%m/%d/%... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j. F Y.'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j. F Y. H:i'
YEAR_MONTH_FORMAT = 'F Y.'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'j.m.Y.'
SHORT_DATETIME_FORMAT = 'j.m.Y. H:i'
FIRST_DAY_OF... | [
[
14,
0,
0.1136,
0.0227,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1364,
0.0227,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1591,
0.0227,
0,
0... | [
"DATE_FORMAT = 'j. F Y.'",
"TIME_FORMAT = 'H:i'",
"DATETIME_FORMAT = 'j. F Y. H:i'",
"YEAR_MONTH_FORMAT = 'F Y.'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'j.m.Y.'",
"SHORT_DATETIME_FORMAT = 'j.m.Y. H:i'",
"FIRST_DAY_OF_WEEK = 1",
"DATE_INPUT_FORMATS = (\n '%d.%m.%Y.', '%d.%m.%y.', ... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = r'j \de F \de Y'
TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = r'j \de F \de Y \a \l\a\s H:i'
YEAR_MONTH_FORMAT = r'F \de Y'
MONTH_DAY_FORMAT = r'j \de F'
SHORT_DATE_FORMAT = 'd/m/Y'
SHORT_DATETIME_FO... | [
[
14,
0,
0.1667,
0.0333,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2,
0.0333,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2333,
0.0333,
0,
0.66... | [
"DATE_FORMAT = r'j \\de F \\de Y'",
"TIME_FORMAT = 'H:i:s'",
"DATETIME_FORMAT = r'j \\de F \\de Y \\a \\l\\a\\s H:i'",
"YEAR_MONTH_FORMAT = r'F \\de Y'",
"MONTH_DAY_FORMAT = r'j \\de F'",
"SHORT_DATE_FORMAT = 'd/m/Y'",
"SHORT_DATETIME_FORMAT = 'd/m/Y H:i'",
"FIRST_DAY_OF_WEEK = 1 # Monday",
"DATE_IN... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'H:i:s'
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INPUT_FO... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.2,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.5,
0.0556,
0,
0.66,
... | [
"DATE_FORMAT = 'j F Y'",
"TIME_FORMAT = 'H:i:s'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'j M Y'",
"DECIMAL_SEPARATOR = '.'",
"THOUSAND_SEPARATOR = ','"
] |
DATE_FORMAT = 'j. F Y'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j. F Y H:i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
FIRST_DAY_OF_WEEK = 1 # Monday
DATE_INPUT_FORMATS = (
'%Y-%m-%d', '%j.%m.%Y', '%j.%m.%y', # '2006-10-25', '25.10.2006... | [
[
14,
0,
0.0294,
0.0294,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.0588,
0.0294,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.0882,
0.0294,
0,
0... | [
"DATE_FORMAT = 'j. F Y'",
"TIME_FORMAT = 'H:i'",
"DATETIME_FORMAT = 'j. F Y H:i'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'd.m.Y'",
"SHORT_DATETIME_FORMAT = 'd.m.Y H:i'",
"FIRST_DAY_OF_WEEK = 1 # Monday",
"DATE_INPUT_FORMATS = (\n '%Y-%m-%d', '%j.%m.%Y', '%... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'l, j F, Y'
TIME_FORMAT = 'h:i:s a'
DATETIME_FORMAT = 'j F, Y h:i:s a'
YEAR_MONTH_FORMAT = 'F, Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j.M.Y'
SHORT_DATETIME_FORMAT = 'j.M.Y H:i:s'
FIRS... | [
[
14,
0,
0.119,
0.0238,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1429,
0.0238,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1667,
0.0238,
0,
0.... | [
"DATE_FORMAT = 'l, j F, Y'",
"TIME_FORMAT = 'h:i:s a'",
"DATETIME_FORMAT = 'j F, Y h:i:s a'",
"YEAR_MONTH_FORMAT = 'F, Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'j.M.Y'",
"SHORT_DATETIME_FORMAT = 'j.M.Y H:i:s'",
"FIRST_DAY_OF_WEEK = 1 # (Monday)",
"DATE_INPUT_FORMATS = (\n '%Y-%m-%d',... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = 'j F Y H:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j N Y'
SHORT_DATETIME_FORMAT = 'j N Y H:i:s'
FIRST_DAY_OF_W... | [
[
14,
0,
0.1389,
0.0278,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1667,
0.0278,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1944,
0.0278,
0,
0... | [
"DATE_FORMAT = 'j F Y'",
"TIME_FORMAT = 'H:i:s'",
"DATETIME_FORMAT = 'j F Y H:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'j N Y'",
"SHORT_DATETIME_FORMAT = 'j N Y H:i:s'",
"FIRST_DAY_OF_WEEK = 1 # Monday",
"DATE_INPUT_FORMATS = (\n '%d/%m/%Y', '%d/%m/%y',... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = r'j N Y'
TIME_FORMAT = r'H:i:s'
DATETIME_FORMAT = r'j N Y H:i:s'
YEAR_MONTH_FORMAT = r'F Y'
MONTH_DAY_FORMAT = r'j \de F'
SHORT_DATE_FORMAT = r'd/m/Y'
SHORT_DATETIME_FORMAT = r'd/m/Y H:i'
FIRST... | [
[
14,
0,
0.1724,
0.0345,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2069,
0.0345,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2414,
0.0345,
0,
0... | [
"DATE_FORMAT = r'j N Y'",
"TIME_FORMAT = r'H:i:s'",
"DATETIME_FORMAT = r'j N Y H:i:s'",
"YEAR_MONTH_FORMAT = r'F Y'",
"MONTH_DAY_FORMAT = r'j \\de F'",
"SHORT_DATE_FORMAT = r'd/m/Y'",
"SHORT_DATETIME_FORMAT = r'd/m/Y H:i'",
"FIRST_DAY_OF_WEEK = 0 # 0: Sunday, 1: Monday",
"DATE_INPUT_FORMATS = (\n ... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j. F Y.'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j. F Y. H:i'
YEAR_MONTH_FORMAT = 'F Y.'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'j.m.Y.'
SHORT_DATETIME_FORMAT = 'j.m.Y. H:i'
FIRST_DAY_OF... | [
[
14,
0,
0.1136,
0.0227,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1364,
0.0227,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1591,
0.0227,
0,
0... | [
"DATE_FORMAT = 'j. F Y.'",
"TIME_FORMAT = 'H:i'",
"DATETIME_FORMAT = 'j. F Y. H:i'",
"YEAR_MONTH_FORMAT = 'F Y.'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'j.m.Y.'",
"SHORT_DATETIME_FORMAT = 'j.m.Y. H:i'",
"FIRST_DAY_OF_WEEK = 1",
"DATE_INPUT_FORMATS = (\n '%d.%m.%Y.', '%d.%m.%y.', ... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F, Y'
TIME_FORMAT = 'g:i:s A'
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M, Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INPU... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.3333,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.5,
0.0556,
0,
0.66... | [
"DATE_FORMAT = 'j F, Y'",
"TIME_FORMAT = 'g:i:s A'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'j M, Y'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'g:i:s A'
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INPUT_... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.3333,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.5,
0.0556,
0,
0.66... | [
"DATE_FORMAT = 'j F Y'",
"TIME_FORMAT = 'g:i:s A'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'j M Y'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = r'j \de N \de Y'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = r'j \de N \de Y à\s H:i'
YEAR_MONTH_FORMAT = r'F \de Y'
MONTH_DAY_FORMAT = r'j \de F'
SHORT_DATE_FORMAT = 'd/m/Y'
SHORT_DATETIME_FORMAT = '... | [
[
14,
0,
0.1429,
0.0286,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1714,
0.0286,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2,
0.0286,
0,
0.66... | [
"DATE_FORMAT = r'j \\de N \\de Y'",
"TIME_FORMAT = 'H:i'",
"DATETIME_FORMAT = r'j \\de N \\de Y à\\s H:i'",
"YEAR_MONTH_FORMAT = r'F \\de Y'",
"MONTH_DAY_FORMAT = r'j \\de F'",
"SHORT_DATE_FORMAT = 'd/m/Y'",
"SHORT_DATETIME_FORMAT = 'd/m/Y H:i'",
"FIRST_DAY_OF_WEEK = 0 # Sunday",
"DATE_INPUT_FORMAT... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'g:i:s A'
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd-m-Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INPUT_... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.2,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.5,
0.0556,
0,
0.66,
... | [
"DATE_FORMAT = 'j F Y'",
"TIME_FORMAT = 'g:i:s A'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'd-m-Y'",
"DECIMAL_SEPARATOR = '.'",
"THOUSAND_SEPARATOR = ','"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y р.'
TIME_FORMAT = 'H:i:s'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_IN... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.1667,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.4444,
0.0556,
0,
0... | [
"DATE_FORMAT = 'j F Y р.'",
"TIME_FORMAT = 'H:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'j M Y'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = ' '"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j. F Y'
TIME_FORMAT = 'G.i.s'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'j.n.Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INP... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.1667,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.4444,
0.0556,
0,
0... | [
"DATE_FORMAT = 'j. F Y'",
"TIME_FORMAT = 'G.i.s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'j.n.Y'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = ' '"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'Y年n月j日'
TIME_FORMAT = 'G:i:s'
DATETIME_FORMAT = 'Y年n月j日G:i:s'
YEAR_MONTH_FORMAT = 'Y年n月'
MONTH_DAY_FORMAT = 'n月j日'
SHORT_DATE_FORMAT = 'Y/m/d'
SHORT_DATETIME_FORMAT = 'Y/m/d G:i:s'
# FIRST_DAY... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.125,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3889,
0.0556,
0,
0.... | [
"DATE_FORMAT = 'Y年n月j日'",
"TIME_FORMAT = 'G:i:s'",
"DATETIME_FORMAT = 'Y年n月j日G:i:s'",
"YEAR_MONTH_FORMAT = 'Y年n月'",
"MONTH_DAY_FORMAT = 'n月j日'",
"SHORT_DATE_FORMAT = 'Y/m/d'",
"SHORT_DATETIME_FORMAT = 'Y/m/d G:i:s'",
"DECIMAL_SEPARATOR = '.'",
"THOUSAND_SEPARATOR = ','"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'G:i:s'
DATETIME_FORMAT = 'j F Y، ساعت G:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'Y/n/j'
SHORT_DATETIME_FORMAT = 'Y/n/j، G:i:s'
# FIRS... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.125,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3889,
0.0556,
0,
0.... | [
"DATE_FORMAT = 'j F Y'",
"TIME_FORMAT = 'G:i:s'",
"DATETIME_FORMAT = 'j F Y، ساعت G:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'Y/n/j'",
"SHORT_DATETIME_FORMAT = 'Y/n/j، G:i:s'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = r'Yeko M\re\n d\a'
TIME_FORMAT = 'H:i:s'
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =
# MONTH_DAY_FORMAT =
SHORT_DATE_FORMAT = 'Y M j'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.25,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.5556,
0.0556,
0,
0.6... | [
"DATE_FORMAT = r'Yeko M\\re\\n d\\a'",
"TIME_FORMAT = 'H:i:s'",
"SHORT_DATE_FORMAT = 'Y M j'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = 'j F Y, H:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y, H:i:s'
# FIRST_DAY_... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.125,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3889,
0.0556,
0,
0.... | [
"DATE_FORMAT = 'j F Y'",
"TIME_FORMAT = 'H:i:s'",
"DATETIME_FORMAT = 'j F Y, H:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'd.m.Y'",
"SHORT_DATETIME_FORMAT = 'd.m.Y, H:i:s'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = 'j F Y H:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd-m-Y'
SHORT_DATETIME_FORMAT = 'd-m-Y H:i:s'
FIRST_DAY_OF_... | [
[
14,
0,
0.1562,
0.0312,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1875,
0.0312,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2188,
0.0312,
0,
0... | [
"DATE_FORMAT = 'j F Y'",
"TIME_FORMAT = 'H:i:s'",
"DATETIME_FORMAT = 'j F Y H:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'd-m-Y'",
"SHORT_DATETIME_FORMAT = 'd-m-Y H:i:s'",
"FIRST_DAY_OF_WEEK = 1 # Monday",
"DATE_INPUT_FORMATS = (\n '%d.%m.%Y', '%d.%m.%y'... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'd F Y'
TIME_FORMAT = 'g.i.s.A'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'Y-m-d'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INP... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.1667,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.4444,
0.0556,
0,
0... | [
"DATE_FORMAT = 'd F Y'",
"TIME_FORMAT = 'g.i.s.A'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'Y-m-d'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j N Y'
DATETIME_FORMAT = "j N Y, G:i:s"
TIME_FORMAT = 'G:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd-m-Y'
SHORT_DATETIME_FORMAT = 'd-m-Y G:i:s'
FIRST_DAY_OF_... | [
[
14,
0,
0.1163,
0.0233,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1395,
0.0233,
0,
0.66,
0.0769,
146,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1628,
0.0233,
0,
0... | [
"DATE_FORMAT = 'j N Y'",
"DATETIME_FORMAT = \"j N Y, G:i:s\"",
"TIME_FORMAT = 'G:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'd-m-Y'",
"SHORT_DATETIME_FORMAT = 'd-m-Y G:i:s'",
"FIRST_DAY_OF_WEEK = 1 #Monday",
"DATE_INPUT_FORMATS = (\n '%d-%m-%y', '%d/%m/%y... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = r'j \de F \de Y'
TIME_FORMAT = 'G:i:s'
DATETIME_FORMAT = r'j \de F \de Y \a \le\s G:i'
YEAR_MONTH_FORMAT = r'F \de\l Y'
MONTH_DAY_FORMAT = r'j \de F'
SHORT_DATE_FORMAT = 'd/m/Y'
SHORT_DATETIME_F... | [
[
14,
0,
0.1667,
0.0333,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2,
0.0333,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2333,
0.0333,
0,
0.66... | [
"DATE_FORMAT = r'j \\de F \\de Y'",
"TIME_FORMAT = 'G:i:s'",
"DATETIME_FORMAT = r'j \\de F \\de Y \\a \\le\\s G:i'",
"YEAR_MONTH_FORMAT = r'F \\de\\l Y'",
"MONTH_DAY_FORMAT = r'j \\de F'",
"SHORT_DATE_FORMAT = 'd/m/Y'",
"SHORT_DATETIME_FORMAT = 'd/m/Y G:i'",
"FIRST_DAY_OF_WEEK = 1 # Monday",
"DATE_I... |
DATE_FORMAT = 'j. F Y'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j. F Y H:i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
FIRST_DAY_OF_WEEK = 1 # Monday
DATE_INPUT_FORMATS = (
'%Y-%m-%d', '%j.%m.%Y', '%j.%m.%y', # '2006-10-25', '25.10.2006... | [
[
14,
0,
0.0294,
0.0294,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.0588,
0.0294,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.0882,
0.0294,
0,
0... | [
"DATE_FORMAT = 'j. F Y'",
"TIME_FORMAT = 'H:i'",
"DATETIME_FORMAT = 'j. F Y H:i'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'd.m.Y'",
"SHORT_DATETIME_FORMAT = 'd.m.Y H:i'",
"FIRST_DAY_OF_WEEK = 1 # Monday",
"DATE_INPUT_FORMATS = (\n '%Y-%m-%d', '%j.%m.%Y', '%... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'd F Y'
TIME_FORMAT = 'g:i:s A'
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =
# MONTH_DAY_FORMAT =
SHORT_DATE_FORMAT = 'j M Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INPUT_FOR... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.5,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.5556,
0.0556,
0,
0.66... | [
"DATE_FORMAT = 'd F Y'",
"TIME_FORMAT = 'g:i:s A'",
"SHORT_DATE_FORMAT = 'j M Y'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'd F Y'
TIME_FORMAT = 'H:i:s'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M, Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INPU... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.1667,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.4444,
0.0556,
0,
0... | [
"DATE_FORMAT = 'd F Y'",
"TIME_FORMAT = 'H:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'j M, Y'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'h:i:s A'
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INPUT_... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.3333,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.5,
0.0556,
0,
0.66... | [
"DATE_FORMAT = 'j F Y'",
"TIME_FORMAT = 'h:i:s A'",
"MONTH_DAY_FORMAT = 'j F'",
"SHORT_DATE_FORMAT = 'j M Y'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j בF Y'
TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = 'j בF Y H:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j בF'
SHORT_DATE_FORMAT = 'd/m/Y'
SHORT_DATETIME_FORMAT = 'd/m/Y H:i:s'
# FIRST_DAY... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.125,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3889,
0.0556,
0,
0.... | [
"DATE_FORMAT = 'j בF Y'",
"TIME_FORMAT = 'H:i:s'",
"DATETIME_FORMAT = 'j בF Y H:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j בF'",
"SHORT_DATE_FORMAT = 'd/m/Y'",
"SHORT_DATETIME_FORMAT = 'd/m/Y H:i:s'",
"DECIMAL_SEPARATOR = '.'",
"THOUSAND_SEPARATOR = ','"
] |
DATE_FORMAT = 'j. F Y'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j. F Y H:i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
FIRST_DAY_OF_WEEK = 1 # Monday
DATE_INPUT_FORMATS = (
'%Y-%m-%d', '%j.%m.%Y', '%j.%m.%y', # '2006-10-25', '25.10.2006... | [
[
14,
0,
0.0294,
0.0294,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.0588,
0.0294,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.0882,
0.0294,
0,
0... | [
"DATE_FORMAT = 'j. F Y'",
"TIME_FORMAT = 'H:i'",
"DATETIME_FORMAT = 'j. F Y H:i'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'd.m.Y'",
"SHORT_DATETIME_FORMAT = 'd.m.Y H:i'",
"FIRST_DAY_OF_WEEK = 1 # Monday",
"DATE_INPUT_FORMATS = (\n '%Y-%m-%d', '%j.%m.%Y', '%... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'd F Y'
TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = 'd F Y H:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'd F'
SHORT_DATE_FORMAT = 'd M Y'
SHORT_DATETIME_FORMAT = 'd M Y H:i:s'
FIRST_DAY_OF_W... | [
[
14,
0,
0.1562,
0.0312,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1875,
0.0312,
0,
0.66,
0.0769,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.2188,
0.0312,
0,
0... | [
"DATE_FORMAT = 'd F Y'",
"TIME_FORMAT = 'H:i:s'",
"DATETIME_FORMAT = 'd F Y H:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'd F'",
"SHORT_DATE_FORMAT = 'd M Y'",
"SHORT_DATETIME_FORMAT = 'd M Y H:i:s'",
"FIRST_DAY_OF_WEEK = 1 # Pazartesi",
"DATE_INPUT_FORMATS = (\n '%d/%m/%Y', '%d/%m/%... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j. F Y'
TIME_FORMAT = 'H:i:s'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'j.n.Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INP... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.1667,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.4444,
0.0556,
0,
0... | [
"DATE_FORMAT = 'j. F Y'",
"TIME_FORMAT = 'H:i:s'",
"YEAR_MONTH_FORMAT = 'F Y'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'j.n.Y'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'd. F Y'
TIME_FORMAT = 'H:i:s'
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'j. M. Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# DATE_INPU... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.2,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.5,
0.0556,
0,
0.66,
... | [
"DATE_FORMAT = 'd. F Y'",
"TIME_FORMAT = 'H:i:s'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'j. M. Y'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'Y년 n월 j일'
TIME_FORMAT = 'A g:i:s'
DATETIME_FORMAT = 'Y년 n월 j일 g:i:s A'
YEAR_MONTH_FORMAT = 'Y년 F월'
MONTH_DAY_FORMAT = 'F월 j일'
SHORT_DATE_FORMAT = 'Y-n-j.'
SHORT_DATETIME_FORMAT = 'Y-n-j H:i'
#... | [
[
14,
0,
0.1136,
0.0227,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1364,
0.0227,
0,
0.66,
0.0833,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.1591,
0.0227,
0,
0... | [
"DATE_FORMAT = 'Y년 n월 j일'",
"TIME_FORMAT = 'A g:i:s'",
"DATETIME_FORMAT = 'Y년 n월 j일 g:i:s A'",
"YEAR_MONTH_FORMAT = 'Y년 F월'",
"MONTH_DAY_FORMAT = 'F월 j일'",
"SHORT_DATE_FORMAT = 'Y-n-j.'",
"SHORT_DATETIME_FORMAT = 'Y-n-j H:i'",
"DATE_INPUT_FORMATS = (\n '%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', # '2006-10... |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
DATE_FORMAT = 'j. N Y.'
TIME_FORMAT = 'G:i'
DATETIME_FORMAT = 'j. N. Y. G:i T'
YEAR_MONTH_FORMAT = 'F Y.'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'Y M j'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK ... | [
[
14,
0,
0.2778,
0.0556,
0,
0.66,
0,
843,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3333,
0.0556,
0,
0.66,
0.1429,
662,
1,
0,
0,
0,
0,
3,
0
],
[
14,
0,
0.3889,
0.0556,
0,
0... | [
"DATE_FORMAT = 'j. N Y.'",
"TIME_FORMAT = 'G:i'",
"DATETIME_FORMAT = 'j. N. Y. G:i T'",
"YEAR_MONTH_FORMAT = 'F Y.'",
"MONTH_DAY_FORMAT = 'j. F'",
"SHORT_DATE_FORMAT = 'Y M j'",
"DECIMAL_SEPARATOR = ','",
"THOUSAND_SEPARATOR = '.'"
] |
#!/usr/bin/env python
from django.core.management import execute_manager
try:
import settings # Assumed to be in the same directory.
except ImportError:
import sys
sys.stderr.write("Error: Can't find the file 'settings.py' in the directory containing %r. It appears you've customized things.\nYou'll ha... | [
[
1,
0,
0.1818,
0.0909,
0,
0.66,
0,
879,
0,
1,
0,
0,
879,
0,
0
],
[
7,
0,
0.5,
0.5455,
0,
0.66,
0.5,
0,
0,
1,
0,
0,
0,
0,
2
],
[
1,
1,
0.3636,
0.0909,
1,
0.8,
0... | [
"from django.core.management import execute_manager",
"try:\n import settings # Assumed to be in the same directory.\nexcept ImportError:\n import sys\n sys.stderr.write(\"Error: Can't find the file 'settings.py' in the directory containing %r. It appears you've customized things.\\nYou'll have to run dj... |
#!/usr/bin/env python
from django.core.management import execute_manager
try:
import settings # Assumed to be in the same directory.
except ImportError:
import sys
sys.stderr.write("Error: Can't find the file 'settings.py' in the directory containing %r. It appears you've customized things.\nYou'll ha... | [
[
1,
0,
0.1818,
0.0909,
0,
0.66,
0,
879,
0,
1,
0,
0,
879,
0,
0
],
[
7,
0,
0.5,
0.5455,
0,
0.66,
0.5,
0,
0,
1,
0,
0,
0,
0,
2
],
[
1,
1,
0.3636,
0.0909,
1,
0.18,
... | [
"from django.core.management import execute_manager",
"try:\n import settings # Assumed to be in the same directory.\nexcept ImportError:\n import sys\n sys.stderr.write(\"Error: Can't find the file 'settings.py' in the directory containing %r. It appears you've customized things.\\nYou'll have to run dj... |
from django.conf.urls.defaults import *
# Uncomment the next two lines to enable the admin:
# from django.contrib import admin
# admin.autodiscover()
urlpatterns = patterns('',
# Example:
# (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')),
# Uncomment the admin/doc line below t... | [
[
1,
0,
0.0625,
0.0625,
0,
0.66,
0,
341,
0,
1,
0,
0,
341,
0,
0
],
[
14,
0,
0.7188,
0.625,
0,
0.66,
1,
990,
3,
1,
0,
0,
75,
10,
1
]
] | [
"from django.conf.urls.defaults import *",
"urlpatterns = patterns('',\n # Example:\n # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')),\n\n # Uncomment the admin/doc line below to enable admin documentation:\n # (r'^admin/doc/', include('django.contrib.admindocs.urls')),\n\n # Un... |
# Django settings for {{ project_name }} project.
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
# ('Your Name', '[email protected]'),
)
MANAGERS = ADMINS
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'o... | [
[
14,
0,
0.0216,
0.0072,
0,
0.66,
0,
309,
1,
0,
0,
0,
0,
4,
0
],
[
14,
0,
0.0288,
0.0072,
0,
0.66,
0.0435,
7,
2,
0,
0,
0,
0,
0,
0
],
[
14,
0,
0.0504,
0.0216,
0,
0.6... | [
"DEBUG = True",
"TEMPLATE_DEBUG = DEBUG",
"ADMINS = (\n # ('Your Name', '[email protected]'),\n)",
"MANAGERS = ADMINS",
"DATABASES = {\n 'default': {\n 'ENGINE': 'django.db.backends.', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.\n 'NAME': '', ... |
from django.conf.urls.defaults import *
urlpatterns = patterns('django.views',
(r'^(?P<content_type_id>\d+)/(?P<object_id>.*)/$', 'defaults.shortcut'),
)
| [
[
1,
0,
0.2,
0.2,
0,
0.66,
0,
341,
0,
1,
0,
0,
341,
0,
0
],
[
14,
0,
0.8,
0.6,
0,
0.66,
1,
990,
3,
2,
0,
0,
75,
10,
1
]
] | [
"from django.conf.urls.defaults import *",
"urlpatterns = patterns('django.views',\n (r'^(?P<content_type_id>\\d+)/(?P<object_id>.*)/$', 'defaults.shortcut'),\n)"
] |
from django.core.urlresolvers import RegexURLPattern, RegexURLResolver
from django.core.exceptions import ImproperlyConfigured
__all__ = ['handler404', 'handler500', 'include', 'patterns', 'url']
handler404 = 'django.views.defaults.page_not_found'
handler500 = 'django.views.defaults.server_error'
def include... | [
[
1,
0,
0.0238,
0.0238,
0,
0.66,
0,
749,
0,
2,
0,
0,
749,
0,
0
],
[
1,
0,
0.0476,
0.0238,
0,
0.66,
0.1429,
160,
0,
1,
0,
0,
160,
0,
0
],
[
14,
0,
0.0952,
0.0238,
0,
... | [
"from django.core.urlresolvers import RegexURLPattern, RegexURLResolver",
"from django.core.exceptions import ImproperlyConfigured",
"__all__ = ['handler404', 'handler500', 'include', 'patterns', 'url']",
"handler404 = 'django.views.defaults.page_not_found'",
"handler500 = 'django.views.defaults.server_erro... |
from django.conf.urls.defaults import *
urlpatterns = patterns('',
(r'^setlang/$', 'django.views.i18n.set_language'),
)
| [
[
1,
0,
0.2,
0.2,
0,
0.66,
0,
341,
0,
1,
0,
0,
341,
0,
0
],
[
14,
0,
0.8,
0.6,
0,
0.66,
1,
990,
3,
2,
0,
0,
75,
10,
1
]
] | [
"from django.conf.urls.defaults import *",
"urlpatterns = patterns('',\n (r'^setlang/$', 'django.views.i18n.set_language'),\n)"
] |
# Default Django settings. Override these with settings in the module
# pointed-to by the DJANGO_SETTINGS_MODULE environment variable.
# This is defined here as a do-nothing function because we can't import
# django.utils.translation -- that module depends on the settings.
gettext_noop = lambda s: s
##########... | [
[
14,
0,
0.0103,
0.0017,
0,
0.66,
0,
651,
9,
0,
0,
0,
0,
0,
0
],
[
14,
0,
0.0207,
0.0017,
0,
0.66,
0.0082,
309,
1,
0,
0,
0,
0,
4,
0
],
[
14,
0,
0.0224,
0.0017,
0,
0... | [
"gettext_noop = lambda s: s",
"DEBUG = False",
"TEMPLATE_DEBUG = False",
"DEBUG_PROPAGATE_EXCEPTIONS = False",
"USE_ETAGS = False",
"ADMINS = ()",
"INTERNAL_IPS = ()",
"TIME_ZONE = 'America/Chicago'",
"LANGUAGE_CODE = 'en-us'",
"LANGUAGES = (\n ('ar', gettext_noop('Arabic')),\n ('bg', gettex... |
from django.db import models
# Create your models here.
| [
[
1,
0,
0.3333,
0.3333,
0,
0.66,
0,
40,
0,
1,
0,
0,
40,
0,
0
]
] | [
"from django.db import models"
] |
"""
This file demonstrates two different styles of tests (one doctest and one
unittest). These will both pass when you run "manage.py test".
Replace these with more appropriate tests for your application.
"""
from django.test import TestCase
class SimpleTest(TestCase):
def test_basic_addition(self):
... | [
[
8,
0,
0.1522,
0.2609,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.3478,
0.0435,
0,
0.66,
0.3333,
944,
0,
1,
0,
0,
944,
0,
0
],
[
3,
0,
0.5435,
0.2609,
0,
0.66... | [
"\"\"\"\nThis file demonstrates two different styles of tests (one doctest and one\nunittest). These will both pass when you run \"manage.py test\".\n\nReplace these with more appropriate tests for your application.\n\"\"\"",
"from django.test import TestCase",
"class SimpleTest(TestCase):\n def test_basic_a... |
# Create your views here.
| [] | [] |
"""
Parser and utilities for the smart 'if' tag
"""
import operator
# Using a simple top down parser, as described here:
# http://effbot.org/zone/simple-top-down-parsing.htm.
# 'led' = left denotation
# 'nud' = null denotation
# 'bp' = binding power (left = lbp, right = rbp)
class TokenBase(object):
... | [
[
8,
0,
0.0097,
0.0146,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.0194,
0.0049,
0,
0.66,
0.1,
616,
0,
1,
0,
0,
616,
0,
0
],
[
3,
0,
0.1286,
0.1456,
0,
0.66,
... | [
"\"\"\"\nParser and utilities for the smart 'if' tag\n\"\"\"",
"import operator",
"class TokenBase(object):\n \"\"\"\n Base class for operators and literals, mainly for debugging and for throwing\n syntax errors.\n \"\"\"\n id = None # node/token type name\n value = None # used by literals\n ... |
"""
Wrapper class that takes a list of template loaders as an argument and attempts
to load templates from them in order, caching the result.
"""
from django.core.exceptions import ImproperlyConfigured
from django.template import TemplateDoesNotExist
from django.template.loader import BaseLoader, get_template_f... | [
[
8,
0,
0.0424,
0.0678,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.1017,
0.0169,
0,
0.66,
0.1667,
160,
0,
1,
0,
0,
160,
0,
0
],
[
1,
0,
0.1186,
0.0169,
0,
0.66... | [
"\"\"\"\nWrapper class that takes a list of template loaders as an argument and attempts\nto load templates from them in order, caching the result.\n\"\"\"",
"from django.core.exceptions import ImproperlyConfigured",
"from django.template import TemplateDoesNotExist",
"from django.template.loader import BaseL... |
# Wrapper for loading templates from eggs via pkg_resources.resource_string.
try:
from pkg_resources import resource_string
except ImportError:
resource_string = None
from django.template import TemplateDoesNotExist
from django.template.loader import BaseLoader
from django.conf import settings
cla... | [
[
7,
0,
0.1154,
0.1026,
0,
0.66,
0,
0,
0,
1,
0,
0,
0,
0,
0
],
[
1,
1,
0.1026,
0.0256,
1,
0.76,
0,
947,
0,
1,
0,
0,
947,
0,
0
],
[
14,
1,
0.1538,
0.0256,
1,
0.76,
... | [
"try:\n from pkg_resources import resource_string\nexcept ImportError:\n resource_string = None",
" from pkg_resources import resource_string",
" resource_string = None",
"from django.template import TemplateDoesNotExist",
"from django.template.loader import BaseLoader",
"from django.conf impo... |
"""
Wrapper for loading templates from "templates" directories in INSTALLED_APPS
packages.
"""
import os
import sys
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
from django.template import TemplateDoesNotExist
from django.template.loader import BaseLoader
from d... | [
[
1,
0,
0.0196,
0.0196,
0,
0.66,
0,
688,
0,
1,
0,
0,
688,
0,
0
],
[
1,
0,
0.0392,
0.0196,
0,
0.66,
0.1111,
509,
0,
1,
0,
0,
509,
0,
0
],
[
1,
0,
0.0784,
0.0196,
0,
... | [
"import os",
"import sys",
"from django.conf import settings",
"from django.core.exceptions import ImproperlyConfigured",
"from django.template import TemplateDoesNotExist",
"from django.template.loader import BaseLoader",
"from django.utils._os import safe_join",
"from django.utils.importlib import i... |
"""
Wrapper for loading templates from the filesystem.
"""
from django.conf import settings
from django.template import TemplateDoesNotExist
from django.template.loader import BaseLoader
from django.utils._os import safe_join
class Loader(BaseLoader):
is_usable = True
def get_template_sources(sel... | [
[
8,
0,
0.0328,
0.0492,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.082,
0.0164,
0,
0.66,
0.125,
128,
0,
1,
0,
0,
128,
0,
0
],
[
1,
0,
0.0984,
0.0164,
0,
0.66,
... | [
"\"\"\"\nWrapper for loading templates from the filesystem.\n\"\"\"",
"from django.conf import settings",
"from django.template import TemplateDoesNotExist",
"from django.template.loader import BaseLoader",
"from django.utils._os import safe_join",
"class Loader(BaseLoader):\n is_usable = True\n\n d... |
from django.template import TemplateSyntaxError, TemplateDoesNotExist, Variable
from django.template import Library, Node, TextNode
from django.template.loader import get_template
from django.conf import settings
from django.utils.safestring import mark_safe
register = Library()
BLOCK_CONTEXT_KEY = 'block_con... | [
[
1,
0,
0.0046,
0.0046,
0,
0.66,
0,
213,
0,
3,
0,
0,
213,
0,
0
],
[
1,
0,
0.0091,
0.0046,
0,
0.66,
0.0556,
213,
0,
3,
0,
0,
213,
0,
0
],
[
1,
0,
0.0137,
0.0046,
0,
... | [
"from django.template import TemplateSyntaxError, TemplateDoesNotExist, Variable",
"from django.template import Library, Node, TextNode",
"from django.template.loader import get_template",
"from django.conf import settings",
"from django.utils.safestring import mark_safe",
"register = Library()",
"BLOCK... |
"""
Extra HTML Widget classes
"""
import time
import datetime
import re
from django.forms.widgets import Widget, Select
from django.utils import datetime_safe
from django.utils.dates import MONTHS
from django.utils.safestring import mark_safe
from django.utils.formats import get_format
from django.conf i... | [
[
8,
0,
0.0165,
0.0248,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.0413,
0.0083,
0,
0.66,
0.0833,
654,
0,
1,
0,
0,
654,
0,
0
],
[
1,
0,
0.0496,
0.0083,
0,
0.66... | [
"\"\"\"\nExtra HTML Widget classes\n\"\"\"",
"import time",
"import datetime",
"import re",
"from django.forms.widgets import Widget, Select",
"from django.utils import datetime_safe",
"from django.utils.dates import MONTHS",
"from django.utils.safestring import mark_safe",
"from django.utils.format... |
from widgets import *
| [
[
1,
0,
1,
1,
0,
0.66,
0,
178,
0,
1,
0,
0,
178,
0,
0
]
] | [
"from widgets import *"
] |
from django.utils.html import conditional_escape
from django.utils.encoding import StrAndUnicode, force_unicode
from django.utils.safestring import mark_safe
# Import ValidationError so that it can be imported from this
# module to maintain backwards compatibility.
from django.core.exceptions import ValidationEr... | [
[
1,
0,
0.0185,
0.0185,
0,
0.66,
0,
535,
0,
1,
0,
0,
535,
0,
0
],
[
1,
0,
0.037,
0.0185,
0,
0.66,
0.1667,
96,
0,
2,
0,
0,
96,
0,
0
],
[
1,
0,
0.0556,
0.0185,
0,
0.6... | [
"from django.utils.html import conditional_escape",
"from django.utils.encoding import StrAndUnicode, force_unicode",
"from django.utils.safestring import mark_safe",
"from django.core.exceptions import ValidationError",
"def flatatt(attrs):\n \"\"\"\n Convert a dictionary of attributes to a single st... |
"""
HTML Widget classes
"""
import django.utils.copycompat as copy
from itertools import chain
from django.conf import settings
from django.utils.datastructures import MultiValueDict, MergeDict
from django.utils.html import escape, conditional_escape
from django.utils.translation import ugettext, ugettext_laz... | [
[
8,
0,
0.0024,
0.0035,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.0059,
0.0012,
0,
0.66,
0.0238,
125,
0,
1,
0,
0,
125,
0,
0
],
[
1,
0,
0.0071,
0.0012,
0,
0.66... | [
"\"\"\"\nHTML Widget classes\n\"\"\"",
"import django.utils.copycompat as copy",
"from itertools import chain",
"from django.conf import settings",
"from django.utils.datastructures import MultiValueDict, MergeDict",
"from django.utils.html import escape, conditional_escape",
"from django.utils.translat... |
"""
Django validation and HTML form handling.
TODO:
Default value for field
Field labels
Nestable Forms
FatalValidationError -- short-circuits all other validators on a form
ValidationWarning
"This form field requires foo.js" and form.js_includes()
"""
from django.core.exceptions i... | [
[
8,
0,
0.3529,
0.6471,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.7647,
0.0588,
0,
0.66,
0.2,
160,
0,
1,
0,
0,
160,
0,
0
],
[
1,
0,
0.8235,
0.0588,
0,
0.66,
... | [
"\"\"\"\nDjango validation and HTML form handling.\n\nTODO:\n Default value for field\n Field labels\n Nestable Forms\n FatalValidationError -- short-circuits all other validators on a form",
"from django.core.exceptions import ValidationError",
"from widgets import *",
"from fields import *",
"... |
VERSION = (1, 3, 0, 'alpha', 1)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
if VERSION[2]:
version = '%s.%s' % (version, VERSION[2])
if VERSION[3:] == ('alpha', 0):
version = '%s pre-alpha' % version
else:
if VERSION[3] != 'final':
versi... | [
[
14,
0,
0.0625,
0.0625,
0,
0.66,
0,
557,
0,
0,
0,
0,
0,
8,
0
],
[
2,
0,
0.5938,
0.875,
0,
0.66,
1,
75,
0,
0,
1,
0,
0,
0,
1
],
[
14,
1,
0.25,
0.0625,
1,
0.8,
0,... | [
"VERSION = (1, 3, 0, 'alpha', 1)",
"def get_version():\n version = '%s.%s' % (VERSION[0], VERSION[1])\n if VERSION[2]:\n version = '%s.%s' % (version, VERSION[2])\n if VERSION[3:] == ('alpha', 0):\n version = '%s pre-alpha' % version\n else:\n if VERSION[3] != 'final':",
" ve... |
from django.dispatch import Signal
class_prepared = Signal(providing_args=["class"])
pre_init = Signal(providing_args=["instance", "args", "kwargs"])
post_init = Signal(providing_args=["instance"])
pre_save = Signal(providing_args=["instance", "raw", "using"])
post_save = Signal(providing_args=["instance", "... | [
[
1,
0,
0.0625,
0.0625,
0,
0.66,
0,
548,
0,
1,
0,
0,
548,
0,
0
],
[
14,
0,
0.1875,
0.0625,
0,
0.66,
0.1111,
564,
3,
1,
0,
0,
592,
10,
1
],
[
14,
0,
0.3125,
0.0625,
0,
... | [
"from django.dispatch import Signal",
"class_prepared = Signal(providing_args=[\"class\"])",
"pre_init = Signal(providing_args=[\"instance\", \"args\", \"kwargs\"])",
"post_init = Signal(providing_args=[\"instance\"])",
"pre_save = Signal(providing_args=[\"instance\", \"raw\", \"using\"])",
"post_save = S... |
from operator import attrgetter
from django.db import connections, transaction, IntegrityError
from django.db.models import signals, sql
from django.db.models.sql.constants import GET_ITERATOR_CHUNK_SIZE
from django.utils.datastructures import SortedDict
from django.utils.functional import wraps
def CASCADE... | [
[
1,
0,
0.004,
0.004,
0,
0.66,
0,
616,
0,
1,
0,
0,
616,
0,
0
],
[
1,
0,
0.0121,
0.004,
0,
0.66,
0.0769,
40,
0,
3,
0,
0,
40,
0,
0
],
[
1,
0,
0.0161,
0.004,
0,
0.66,
... | [
"from operator import attrgetter",
"from django.db import connections, transaction, IntegrityError",
"from django.db.models import signals, sql",
"from django.db.models.sql.constants import GET_ITERATOR_CHUNK_SIZE",
"from django.utils.datastructures import SortedDict",
"from django.utils.functional import... |
from datetime import datetime
from django.utils import tree
from django.utils.copycompat import deepcopy
class ExpressionNode(tree.Node):
"""
Base class for all query expressions.
"""
# Arithmetic connectors
ADD = '+'
SUB = '-'
MUL = '*'
DIV = '/'
MOD = '%%' # This i... | [
[
1,
0,
0.0088,
0.0088,
0,
0.66,
0,
426,
0,
1,
0,
0,
426,
0,
0
],
[
1,
0,
0.0265,
0.0088,
0,
0.66,
0.25,
944,
0,
1,
0,
0,
944,
0,
0
],
[
1,
0,
0.0354,
0.0088,
0,
0.... | [
"from datetime import datetime",
"from django.utils import tree",
"from django.utils.copycompat import deepcopy",
"class ExpressionNode(tree.Node):\n \"\"\"\n Base class for all query expressions.\n \"\"\"\n # Arithmetic connectors\n ADD = '+'\n SUB = '-'\n MUL = '*'",
" \"\"\"\n ... |
from django.core.exceptions import FieldError
from django.db import connections
from django.db.backends.util import truncate_name
from django.db.models.sql.constants import *
from django.db.models.sql.datastructures import EmptyResultSet
from django.db.models.sql.expressions import SQLEvaluator
from django.db.mod... | [
[
1,
0,
0.001,
0.001,
0,
0.66,
0,
160,
0,
1,
0,
0,
160,
0,
0
],
[
1,
0,
0.002,
0.001,
0,
0.66,
0.0714,
40,
0,
1,
0,
0,
40,
0,
0
],
[
1,
0,
0.0031,
0.001,
0,
0.66,
... | [
"from django.core.exceptions import FieldError",
"from django.db import connections",
"from django.db.backends.util import truncate_name",
"from django.db.models.sql.constants import *",
"from django.db.models.sql.datastructures import EmptyResultSet",
"from django.db.models.sql.expressions import SQLEval... |
"""
Query subclasses which provide extra functionality beyond simple data retrieval.
"""
from django.core.exceptions import FieldError
from django.db import connections
from django.db.models.fields import DateField, FieldDoesNotExist
from django.db.models.sql.constants import *
from django.db.models.sql.datast... | [
[
8,
0,
0.009,
0.0135,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.0225,
0.0045,
0,
0.66,
0.0714,
160,
0,
1,
0,
0,
160,
0,
0
],
[
1,
0,
0.027,
0.0045,
0,
0.66,
... | [
"\"\"\"\nQuery subclasses which provide extra functionality beyond simple data retrieval.\n\"\"\"",
"from django.core.exceptions import FieldError",
"from django.db import connections",
"from django.db.models.fields import DateField, FieldDoesNotExist",
"from django.db.models.sql.constants import *",
"fro... |
from django.core.exceptions import FieldError
from django.db.models.fields import FieldDoesNotExist
from django.db.models.sql.constants import LOOKUP_SEP
class SQLEvaluator(object):
def __init__(self, expression, query, allow_joins=True):
self.expression = expression
self.opts = query.get_me... | [
[
1,
0,
0.0119,
0.0119,
0,
0.66,
0,
160,
0,
1,
0,
0,
160,
0,
0
],
[
1,
0,
0.0238,
0.0119,
0,
0.66,
0.3333,
5,
0,
1,
0,
0,
5,
0,
0
],
[
1,
0,
0.0357,
0.0119,
0,
0.66... | [
"from django.core.exceptions import FieldError",
"from django.db.models.fields import FieldDoesNotExist",
"from django.db.models.sql.constants import LOOKUP_SEP",
"class SQLEvaluator(object):\n def __init__(self, expression, query, allow_joins=True):\n self.expression = expression\n self.opts... |
import re
# Valid query types (a dictionary is used for speedy lookups).
QUERY_TERMS = dict([(x, None) for x in (
'exact', 'iexact', 'contains', 'icontains', 'gt', 'gte', 'lt', 'lte', 'in',
'startswith', 'istartswith', 'endswith', 'iendswith', 'range', 'year',
'month', 'day', 'week_day', 'isnull', 's... | [
[
1,
0,
0.027,
0.027,
0,
0.66,
0,
540,
0,
1,
0,
0,
540,
0,
0
],
[
14,
0,
0.1622,
0.1351,
0,
0.66,
0.0714,
857,
3,
1,
0,
0,
827,
10,
1
],
[
14,
0,
0.3243,
0.027,
0,
... | [
"import re",
"QUERY_TERMS = dict([(x, None) for x in (\n 'exact', 'iexact', 'contains', 'icontains', 'gt', 'gte', 'lt', 'lte', 'in',\n 'startswith', 'istartswith', 'endswith', 'iendswith', 'range', 'year',\n 'month', 'day', 'week_day', 'isnull', 'search', 'regex', 'iregex',\n )])",
"GET_ITERATOR_CHU... |
"""
Classes to represent the default SQL aggregate functions
"""
class AggregateField(object):
"""An internal field mockup used to identify aggregates in the
data-conversion parts of the database backend.
"""
def __init__(self, internal_type):
self.internal_type = internal_type
de... | [
[
8,
0,
0.0157,
0.0236,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
3,
0,
0.0669,
0.063,
0,
0.66,
0.0909,
733,
0,
2,
0,
0,
186,
0,
0
],
[
8,
1,
0.0551,
0.0236,
1,
0.07,... | [
"\"\"\"\nClasses to represent the default SQL aggregate functions\n\"\"\"",
"class AggregateField(object):\n \"\"\"An internal field mockup used to identify aggregates in the\n data-conversion parts of the database backend.\n \"\"\"\n def __init__(self, internal_type):\n self.internal_type = in... |
"""
Code to manage the creation and SQL rendering of 'where' constraints.
"""
import datetime
from itertools import repeat
from django.utils import tree
from django.db.models.fields import Field
from django.db.models.query_utils import QueryWrapper
from datastructures import EmptyResultSet, FullResultSet
#... | [
[
8,
0,
0.0058,
0.0087,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.0116,
0.0029,
0,
0.66,
0.0714,
426,
0,
1,
0,
0,
426,
0,
0
],
[
1,
0,
0.0145,
0.0029,
0,
0.66... | [
"\"\"\"\nCode to manage the creation and SQL rendering of 'where' constraints.\n\"\"\"",
"import datetime",
"from itertools import repeat",
"from django.utils import tree",
"from django.db.models.fields import Field",
"from django.db.models.query_utils import QueryWrapper",
"from datastructures import E... |
from query import *
from subqueries import *
from where import AND, OR
from datastructures import EmptyResultSet
__all__ = ['Query', 'AND', 'OR', 'EmptyResultSet']
| [
[
1,
0,
0.1429,
0.1429,
0,
0.66,
0,
546,
0,
1,
0,
0,
546,
0,
0
],
[
1,
0,
0.2857,
0.1429,
0,
0.66,
0.25,
401,
0,
1,
0,
0,
401,
0,
0
],
[
1,
0,
0.4286,
0.1429,
0,
0.... | [
"from query import *",
"from subqueries import *",
"from where import AND, OR",
"from datastructures import EmptyResultSet",
"__all__ = ['Query', 'AND', 'OR', 'EmptyResultSet']"
] |
"""
Useful auxilliary data structures for query construction. Not useful outside
the SQL domain.
"""
class EmptyResultSet(Exception):
pass
class FullResultSet(Exception):
pass
class MultiJoin(Exception):
"""
Used by join construction code to indicate the point at which a
multi-value... | [
[
8,
0,
0.0543,
0.087,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
3,
0,
0.1413,
0.0435,
0,
0.66,
0.1667,
855,
0,
0,
0,
0,
645,
0,
0
],
[
3,
0,
0.2065,
0.0435,
0,
0.66,... | [
"\"\"\"\nUseful auxilliary data structures for query construction. Not useful outside\nthe SQL domain.\n\"\"\"",
"class EmptyResultSet(Exception):\n pass",
"class FullResultSet(Exception):\n pass",
"class MultiJoin(Exception):\n \"\"\"\n Used by join construction code to indicate the point at whic... |
import datetime
import os
import django.utils.copycompat as copy
from django.conf import settings
from django.db.models.fields import Field
from django.core.files.base import File, ContentFile
from django.core.files.storage import default_storage
from django.core.files.images import ImageFile, get_image_dime... | [
[
1,
0,
0.0024,
0.0024,
0,
0.66,
0,
426,
0,
1,
0,
0,
426,
0,
0
],
[
1,
0,
0.0049,
0.0024,
0,
0.66,
0.05,
688,
0,
1,
0,
0,
688,
0,
0
],
[
1,
0,
0.0097,
0.0024,
0,
0.... | [
"import datetime",
"import os",
"import django.utils.copycompat as copy",
"from django.conf import settings",
"from django.db.models.fields import Field",
"from django.core.files.base import File, ContentFile",
"from django.core.files.storage import default_storage",
"from django.core.files.images imp... |
"""
Field-like classes that aren't really fields. It's easier to use objects that
have the same attributes as fields sometimes (avoids a lot of special casing).
"""
from django.db.models import fields
class OrderWrt(fields.IntegerField):
"""
A proxy for the _order database field that is used when
... | [
[
8,
0,
0.1471,
0.2353,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.3529,
0.0588,
0,
0.66,
0.5,
680,
0,
1,
0,
0,
680,
0,
0
],
[
3,
0,
0.7353,
0.5882,
0,
0.66,
... | [
"\"\"\"\nField-like classes that aren't really fields. It's easier to use objects that\nhave the same attributes as fields sometimes (avoids a lot of special casing).\n\"\"\"",
"from django.db.models import fields",
"class OrderWrt(fields.IntegerField):\n \"\"\"\n A proxy for the _order database field tha... |
from django.conf import settings
from django.db import connection, router, transaction, connections
from django.db.backends import util
from django.db.models import signals, get_model
from django.db.models.fields import (AutoField, Field, IntegerField,
PositiveIntegerField, PositiveSmallIntegerField, FieldDoes... | [
[
1,
0,
0.0009,
0.0009,
0,
0.66,
0,
128,
0,
1,
0,
0,
128,
0,
0
],
[
1,
0,
0.0017,
0.0009,
0,
0.66,
0.0312,
40,
0,
4,
0,
0,
40,
0,
0
],
[
1,
0,
0.0026,
0.0009,
0,
0.... | [
"from django.conf import settings",
"from django.db import connection, router, transaction, connections",
"from django.db.backends import util",
"from django.db.models import signals, get_model",
"from django.db.models.fields import (AutoField, Field, IntegerField,\n PositiveIntegerField, PositiveSmallIn... |
"""
Convenience routines for creating non-trivial Field subclasses, as well as
backwards compatibility utilities.
Add SubfieldBase as the __metaclass__ for your Field subclass, implement
to_python() and the other necessary methods and everything will work seamlessly.
"""
from inspect import getargspec
from w... | [
[
8,
0,
0.0342,
0.0598,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.0769,
0.0085,
0,
0.66,
0.125,
878,
0,
1,
0,
0,
878,
0,
0
],
[
1,
0,
0.0855,
0.0085,
0,
0.66,... | [
"\"\"\"\nConvenience routines for creating non-trivial Field subclasses, as well as\nbackwards compatibility utilities.\n\nAdd SubfieldBase as the __metaclass__ for your Field subclass, implement\nto_python() and the other necessary methods and everything will work seamlessly.\n\"\"\"",
"from inspect import getar... |
"Utilities for loading models and the modules that contain them."
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
from django.utils.datastructures import SortedDict
from django.utils.importlib import import_module
from django.utils.module_loading import module_has_submodu... | [
[
8,
0,
0.0044,
0.0044,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.0132,
0.0044,
0,
0.66,
0.05,
128,
0,
1,
0,
0,
128,
0,
0
],
[
1,
0,
0.0176,
0.0044,
0,
0.66,
... | [
"\"Utilities for loading models and the modules that contain them.\"",
"from django.conf import settings",
"from django.core.exceptions import ImproperlyConfigured",
"from django.utils.datastructures import SortedDict",
"from django.utils.importlib import import_module",
"from django.utils.module_loading ... |
"""
Classes to represent the definitions of aggregate functions.
"""
class Aggregate(object):
"""
Default Aggregate definition.
"""
def __init__(self, lookup, **extra):
"""Instantiate a new aggregate.
* lookup is the field on which the aggregate operates.
* extra ... | [
[
8,
0,
0.0299,
0.0448,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
3,
0,
0.3806,
0.6269,
0,
0.66,
0.125,
451,
0,
3,
0,
0,
186,
0,
4
],
[
8,
1,
0.1045,
0.0448,
1,
0.13,... | [
"\"\"\"\nClasses to represent the definitions of aggregate functions.\n\"\"\"",
"class Aggregate(object):\n \"\"\"\n Default Aggregate definition.\n \"\"\"\n def __init__(self, lookup, **extra):\n \"\"\"Instantiate a new aggregate.\n\n * lookup is the field on which the aggregate operat... |
import re
from bisect import bisect
from django.conf import settings
from django.db.models.related import RelatedObject
from django.db.models.fields.related import ManyToManyRel
from django.db.models.fields import AutoField, FieldDoesNotExist
from django.db.models.fields.proxy import OrderWrt
from django.db.mo... | [
[
1,
0,
0.002,
0.002,
0,
0.66,
0,
540,
0,
1,
0,
0,
540,
0,
0
],
[
1,
0,
0.0041,
0.002,
0,
0.66,
0.0714,
325,
0,
1,
0,
0,
325,
0,
0
],
[
1,
0,
0.0081,
0.002,
0,
0.66... | [
"import re",
"from bisect import bisect",
"from django.conf import settings",
"from django.db.models.related import RelatedObject",
"from django.db.models.fields.related import ManyToManyRel",
"from django.db.models.fields import AutoField, FieldDoesNotExist",
"from django.db.models.fields.proxy import ... |
class BoundRelatedObject(object):
def __init__(self, related_object, field_mapping, original):
self.relation = related_object
self.field_mappings = field_mapping[related_object.name]
def template_name(self):
raise NotImplementedError
def __repr__(self):
return repr... | [
[
3,
0,
0.11,
0.2,
0,
0.66,
0,
875,
0,
3,
0,
0,
186,
0,
1
],
[
2,
1,
0.06,
0.06,
1,
0.51,
0,
555,
0,
4,
0,
0,
0,
0,
0
],
[
14,
2,
0.06,
0.02,
2,
0.73,
0,
25... | [
"class BoundRelatedObject(object):\n def __init__(self, related_object, field_mapping, original):\n self.relation = related_object\n self.field_mappings = field_mapping[related_object.name]\n\n def template_name(self):\n raise NotImplementedError",
" def __init__(self, related_object... |
from django.conf import settings
from django.core.exceptions import ObjectDoesNotExist, ImproperlyConfigured
from django.db import connection
from django.db.models.loading import get_apps, get_app, get_models, get_model, register_models
from django.db.models.query import Q
from django.db.models.expressions import ... | [
[
1,
0,
0.0294,
0.0294,
0,
0.66,
0,
128,
0,
1,
0,
0,
128,
0,
0
],
[
1,
0,
0.0588,
0.0294,
0,
0.66,
0.0625,
160,
0,
2,
0,
0,
160,
0,
0
],
[
1,
0,
0.0882,
0.0294,
0,
... | [
"from django.conf import settings",
"from django.core.exceptions import ObjectDoesNotExist, ImproperlyConfigured",
"from django.db import connection",
"from django.db.models.loading import get_apps, get_app, get_models, get_model, register_models",
"from django.db.models.query import Q",
"from django.db.m... |
from django.utils import copycompat as copy
from django.conf import settings
from django.db import router
from django.db.models.query import QuerySet, EmptyQuerySet, insert_query, RawQuerySet
from django.db.models import signals
from django.db.models.fields import FieldDoesNotExist
def ensure_default_manager(... | [
[
1,
0,
0.0046,
0.0046,
0,
0.66,
0,
944,
0,
1,
0,
0,
944,
0,
0
],
[
1,
0,
0.0093,
0.0046,
0,
0.66,
0.1,
128,
0,
1,
0,
0,
128,
0,
0
],
[
1,
0,
0.0139,
0.0046,
0,
0.6... | [
"from django.utils import copycompat as copy",
"from django.conf import settings",
"from django.db import router",
"from django.db.models.query import QuerySet, EmptyQuerySet, insert_query, RawQuerySet",
"from django.db.models import signals",
"from django.db.models.fields import FieldDoesNotExist",
"de... |
"""
Various data structures used in query construction.
Factored out from django.db.models.query to avoid making the main module very
large and/or so that they can be used by other modules without getting into
circular import difficulties.
"""
import weakref
from django.utils.copycompat import deepcopy
fr... | [
[
8,
0,
0.0234,
0.0409,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.0526,
0.0058,
0,
0.66,
0.0833,
708,
0,
1,
0,
0,
708,
0,
0
],
[
1,
0,
0.0585,
0.0058,
0,
0.66... | [
"\"\"\"\nVarious data structures used in query construction.\n\nFactored out from django.db.models.query to avoid making the main module very\nlarge and/or so that they can be used by other modules without getting into\ncircular import difficulties.\n\"\"\"",
"import weakref",
"from django.utils.copycompat impo... |
"""
This module implements a transaction manager that can be used to define
transaction handling in a request or view function. It is used by transaction
control middleware and decorators.
The transaction manager can be in managed or in auto state. Auto state means the
system is using a commit-on-save strategy (... | [
[
8,
0,
0.0185,
0.0344,
0,
0.66,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0.037,
0.0026,
0,
0.66,
0.0345,
509,
0,
1,
0,
0,
509,
0,
0
],
[
7,
0,
0.0463,
0.0106,
0,
0.66,... | [
"\"\"\"\nThis module implements a transaction manager that can be used to define\ntransaction handling in a request or view function. It is used by transaction\ncontrol middleware and decorators.\n\nThe transaction manager can be in managed or in auto state. Auto state means the\nsystem is using a commit-on-save st... |
from django.db.backends.postgresql.introspection import DatabaseIntrospection as PostgresDatabaseIntrospection
class DatabaseIntrospection(PostgresDatabaseIntrospection):
def get_relations(self, cursor, table_name):
"""
Returns a dictionary of {field_index: (field_index_other_table, other_ta... | [
[
1,
0,
0.0476,
0.0476,
0,
0.66,
0,
789,
0,
1,
0,
0,
789,
0,
0
],
[
3,
0,
0.5714,
0.9048,
0,
0.66,
1,
77,
0,
1,
0,
0,
531,
0,
2
],
[
2,
1,
0.619,
0.8095,
1,
0.21,
... | [
"from django.db.backends.postgresql.introspection import DatabaseIntrospection as PostgresDatabaseIntrospection",
"class DatabaseIntrospection(PostgresDatabaseIntrospection):\n\n def get_relations(self, cursor, table_name):\n \"\"\"\n Returns a dictionary of {field_index: (field_index_other_table... |
from django.db.backends import BaseDatabaseIntrospection
from MySQLdb import ProgrammingError, OperationalError
from MySQLdb.constants import FIELD_TYPE
import re
foreign_key_re = re.compile(r"\sCONSTRAINT `[^`]*` FOREIGN KEY \(`([^`]*)`\) REFERENCES `([^`]*)` \(`([^`]*)`\)")
class DatabaseIntrospection(BaseDa... | [
[
1,
0,
0.0102,
0.0102,
0,
0.66,
0,
981,
0,
1,
0,
0,
981,
0,
0
],
[
1,
0,
0.0204,
0.0102,
0,
0.66,
0.2,
838,
0,
2,
0,
0,
838,
0,
0
],
[
1,
0,
0.0306,
0.0102,
0,
0.6... | [
"from django.db.backends import BaseDatabaseIntrospection",
"from MySQLdb import ProgrammingError, OperationalError",
"from MySQLdb.constants import FIELD_TYPE",
"import re",
"foreign_key_re = re.compile(r\"\\sCONSTRAINT `[^`]*` FOREIGN KEY \\(`([^`]*)`\\) REFERENCES `([^`]*)` \\(`([^`]*)`\\)\")",
"class ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.