~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to django/conf/locale/he/formats.py

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2014-09-17 14:15:11 UTC
  • mfrom: (1.3.17) (6.2.18 experimental)
  • Revision ID: package-import@ubuntu.com-20140917141511-icneokthe9ww5sk4
Tags: 1.7-2
* Release to unstable.
* Add a migrate-south sample script to help users apply their South
  migrations. Thanks to Brian May.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
MONTH_DAY_FORMAT = 'j בF'
13
13
SHORT_DATE_FORMAT = 'd/m/Y'
14
14
SHORT_DATETIME_FORMAT = 'd/m/Y H:i:s'
15
 
# FIRST_DAY_OF_WEEK = 
 
15
# FIRST_DAY_OF_WEEK =
16
16
 
17
17
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
18
18
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
19
 
# DATE_INPUT_FORMATS = 
20
 
# TIME_INPUT_FORMATS = 
21
 
# DATETIME_INPUT_FORMATS = 
 
19
# DATE_INPUT_FORMATS =
 
20
# TIME_INPUT_FORMATS =
 
21
# DATETIME_INPUT_FORMATS =
22
22
DECIMAL_SEPARATOR = '.'
23
23
THOUSAND_SEPARATOR = ','
24
 
# NUMBER_GROUPING = 
 
24
# NUMBER_GROUPING =