deb-horizon/horizon
Lin Hua Cheng 5d32caf3af Update Horizon for Django 1.5 compatibility
Changes made:
- Changed template url tags: {% url myview %} to {% url myview %}
- Import json instead of django.utils.simplejson
- Import django.utils.encoding.force_unicode instead of
  django.utils.translation.force_unicode
- Fixed error in tables/base.py for CheckboxInput, pass a callable
  check_test. Django 1.5 does not silently fail on this now.
- Set SECRET_KEY in test/settingspy, Django 1.5 refuse to start if it
  is not set.
- Added notes about ALLOWED_HOSTS when running Horizon in Production

Fixes bug 1147329

Change-Id: I6ac1e81498f41141dea99760922991feb310a326
2013-04-30 20:54:39 -07:00
..
browsers High-light selected container in browser 2012-08-17 14:21:04 -07:00
conf Fix circular dependencies in dashboard settings 2013-03-13 16:18:00 +04:00
forms Improved security group rule editing. 2013-02-16 21:20:21 -08:00
locale Updated translations from transifex for Grizzly RC. 2013-03-19 10:35:18 -07:00
management Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
static Merge "Fixes sorting on IP Address columns in tables." 2013-04-24 13:13:16 +00:00
tables Update Horizon for Django 1.5 compatibility 2013-04-30 20:54:39 -07:00
tabs Invoke the has_more_data function of tables when loading TableTab. 2013-01-28 23:35:09 -08:00
templates Update Horizon for Django 1.5 compatibility 2013-04-30 20:54:39 -07:00
templatetags Fix on async messaging to don't escape message string marked as safe. 2013-02-07 17:01:16 -08:00
test Update Horizon for Django 1.5 compatibility 2013-04-30 20:54:39 -07:00
utils Return an empty string rather than None when calling repr() 2013-04-02 22:08:33 +01:00
workflows Pass-in the initial value when performing a POST on Workflow Action. This fixes the call to self.changed_data, it allows django forms to be able to compare initial value with current value. 2013-03-12 09:17:48 -07:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
base.py Unifies Horizon conf. 2012-11-20 14:29:05 -08:00
context_processors.py Unifies Horizon conf. 2012-11-20 14:29:05 -08:00
decorators.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
exceptions.py Improve UX around "unauthorized" API exceptions. 2013-03-18 11:57:37 -07:00
loaders.py Fixed template loader bug. Fixes bug 999360. 2012-05-14 15:38:46 -07:00
messages.py Fix on async messaging to don't escape message string marked as safe. 2013-02-07 17:01:16 -08:00
middleware.py Fix on async messaging to don't escape message string marked as safe. 2013-02-07 17:01:16 -08:00
models.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
site_urls.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
version.py Migrate to PBR for build tooling. 2013-04-27 11:56:07 -04:00
views.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00