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

« back to all changes in this revision

Viewing changes to django/conf/locale/fy/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:
 
1
# -*- encoding: utf-8 -*-
 
2
# This file is distributed under the same license as the Django package.
 
3
#
 
4
from __future__ import unicode_literals
 
5
 
 
6
# The *_FORMAT strings use the Django date format syntax,
 
7
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
 
8
# DATE_FORMAT =
 
9
# TIME_FORMAT =
 
10
# DATETIME_FORMAT =
 
11
# YEAR_MONTH_FORMAT =
 
12
# MONTH_DAY_FORMAT =
 
13
# SHORT_DATE_FORMAT =
 
14
# SHORT_DATETIME_FORMAT =
 
15
# FIRST_DAY_OF_WEEK =
 
16
 
 
17
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
 
18
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
 
19
# DATE_INPUT_FORMATS =
 
20
# TIME_INPUT_FORMATS =
 
21
# DATETIME_INPUT_FORMATS =
 
22
# DECIMAL_SEPARATOR =
 
23
# THOUSAND_SEPARATOR =
 
24
# NUMBER_GROUPING =