Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

root / entrouvert / djommon @ 73b85f5d

# Date Author Comment
73b85f5d 12 September 2014 12:02 PM Benjamin Dauvergne

In FileSystemLoader rename settings from MULTITENANT_TEMPLATE_DIRS to TENANT_TEMPLATE_DIRS to unformize with other settings

refs #5106

e4332b43 12 September 2014 12:02 PM Benjamin Dauvergne

Remove dead import on tenant_schemas.utils

refs #5106

698c4ef1 24 June 2014 10:18 AM Jérôme Schneider

middleware: match url /__version__ or /__version__/

1d6a0108 23 April 2014 09:50 AM Serghei Mihai

readme updated

6ec2e241 27 March 2014 05:06 PM Benjamin Dauvergne

djommon/serializers/json: fix missing import and not handled case of new models

ddb02348 27 March 2014 05:06 PM Benjamin Dauvergne

djommon: add JSON serializer supporting natural primary keys

fd48a58c 16 March 2014 04:47 PM Thomas Noël

multitenant: little fixes in models.py

c59fb59b 04 February 2014 03:23 PM Benjamin Dauvergne

multitenant: fix instructions on the settings in the README

e62d56fc 04 February 2014 03:14 PM Benjamin Dauvergne

multitenenant extension

ab06cb99 21 January 2014 09:42 PM Benjamin Dauvergne

humantime: convert datetime to current timezone in template tags

1bcca449 21 January 2014 09:41 PM Benjamin Dauvergne

humantime: adapt datetime timezone before formating the first time

7b20f440 21 January 2014 03:05 PM Benjamin Dauvergne

humantime: show datetime in the current timezone

ecc2c1c7 04 December 2013 12:03 PM Benjamin Dauvergne

humantime: remove x days ago formulation, use short date time format instead

954ab988 03 December 2013 06:04 PM Benjamin Dauvergne

humantime: all datetime objects are also date objects, to diffentiate them you must test for the former

a1790511 02 December 2013 03:19 PM Benjamin Dauvergne

add a sinkhole email backend

It makes all mails sent by Django go to an unique recipient; use it on
development and preproduction platforms when there are productions
accounts loaded.

53899795 23 November 2013 01:24 AM Benjamin Dauvergne

add a template tags library to improve presentation of date and time

64e4fc7f 29 August 2013 04:05 PM Benjamin Dauvergne

fix indentation error

16caa784 29 August 2013 03:59 PM Benjamin Dauvergne

djommon: add a UserInTracebackMiddleware

This middleware class add information on the currently logged in user to
request.META effectively logging them in the traceback.

cffad1de 14 May 2013 09:31 PM Benjamin Dauvergne

djommon: add decorated_include utility extracted from polynum

1d459c9d 13 May 2013 05:28 PM Benjamin Dauvergne

version middleware: use application/json for mime-type

eda5ddda 13 May 2013 03:22 PM Benjamin Dauvergne

djommon: add a django VersionMiddleware

7aa873d2 26 April 2013 01:14 PM Frédéric Péters

trivial: do not use an intermediary variable for widowless templatetag

b37a6fc5 25 April 2013 06:04 PM Benjamin Dauvergne

eohumanize: template tags for eo applications

6c835b8f 25 April 2013 06:04 PM Benjamin Dauvergne

start a djommon django application