Skip to content

Commit

Permalink
newforms-admin: Merged from trunk up to [6775].
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6777 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jkocherhans committed Nov 30, 2007
1 parent f88baba commit c81b01e
Show file tree
Hide file tree
Showing 94 changed files with 6,836 additions and 3,922 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Expand Up @@ -72,6 +72,7 @@ answer newbie questions, and generally made Django that much better:
Jonathan Buchanan <jonathan.buchanan@gmail.com>
Trevor Caira <trevor@caira.com>
Ricardo Javier Cárdenes Medina <ricardo.cardenes@gmail.com>
Graham Carlyle <graham.carlyle@maplecroft.net>
Antonio Cavedoni <http://cavedoni.com/>
C8E
cedric@terramater.net
Expand Down Expand Up @@ -101,6 +102,7 @@ answer newbie questions, and generally made Django that much better:
Alex Dedul
deric@monowerks.com
Max Derkachev <mderk@yandex.ru>
Rajesh Dhawan <rajesh.dhawan@gmail.com>
Sander Dijkhuis <sander.dijkhuis@gmail.com>
Jordan Dimov <s3x3y1@gmail.com>
dne@mayonnaise.net
Expand Down Expand Up @@ -189,6 +191,7 @@ answer newbie questions, and generally made Django that much better:
krzysiek.pawlik@silvermedia.pl
Joseph Kocherhans
konrad@gwu.edu
knox <christobzr@gmail.com>
kurtiss@meetro.com
lakin.wecker@gmail.com
Nick Lane <nick.lane.au@gmail.com>
Expand Down Expand Up @@ -278,6 +281,7 @@ answer newbie questions, and generally made Django that much better:
Vinay Sajip <vinay_sajip@yahoo.co.uk>
David Schein
scott@staplefish.com
Ilya Semenov <semenov@inetss.com>
serbaut@gmail.com
John Shaffer <jshaffer2112@gmail.com>
Pete Shinners <pete@shinners.org>
Expand Down
1 change: 0 additions & 1 deletion README
Expand Up @@ -34,4 +34,3 @@ To contribute to Django:

* Check out http://www.djangoproject.com/community/ for information
about getting involved.

5 changes: 2 additions & 3 deletions django/bin/compile-messages.py
Expand Up @@ -11,11 +11,10 @@


def compile_messages(locale=None):
basedirs = [os.path.join('conf', 'locale'), 'locale']
basedirs = (os.path.join('conf', 'locale'), 'locale')
if os.environ.get('DJANGO_SETTINGS_MODULE'):
from django.conf import settings
if hasattr(settings, 'LOCALE_PATHS'):
basedirs += settings.LOCALE_PATHS
basedirs += settings.LOCALE_PATHS

# Gather existing directories.
basedirs = set(map(os.path.abspath, filter(os.path.isdir, basedirs)))
Expand Down
2 changes: 2 additions & 0 deletions django/conf/global_settings.py
Expand Up @@ -90,6 +90,8 @@
# to load the internationalization machinery.
USE_I18N = True

LOCALE_PATHS = ()

# Not-necessarily-technical managers of the site. They get broken link
# notifications and other various e-mails.
MANAGERS = ADMINS
Expand Down
Binary file modified django/conf/locale/en/LC_MESSAGES/django.mo
Binary file not shown.

0 comments on commit c81b01e

Please sign in to comment.