| .. |
|
locale
|
Run compilemessages
|
2014-11-04 17:16:17 +00:00 |
|
migrations
|
Created initial data migrations
|
2014-07-28 15:52:42 +01:00 |
|
static/wagtailadmin
|
add block JS includes, and media declaration for StreamWidget
|
2015-01-09 11:19:08 +00:00 |
|
templates/wagtailadmin
|
replace FieldBlock rendering with a template-based version that tries to replicate our standard form field markup
|
2015-01-13 14:55:55 +00:00 |
|
templatetags
|
added thousands comma to dashboard stats without mandating l10n or installation of more apps
|
2014-11-25 13:41:15 +00:00 |
|
tests
|
Always use Pythons builtin unittest module
|
2015-01-02 17:27:59 +00:00 |
|
views
|
implement value_from_datadict and thus make saving work
|
2015-01-09 12:40:35 +00:00 |
|
__init__.py
|
Added AppConfig classes for all modules
|
2014-07-28 15:52:42 +01:00 |
|
apps.py
|
Added AppConfig classes for all modules
|
2014-07-28 15:52:42 +01:00 |
|
blocks.py
|
Add StreamField as a model field type, and implement 'deconstruct' for migration support
|
2015-01-14 15:41:05 +00:00 |
|
edit_handlers.py
|
add a mechanism for edit_handlers to output html declarations, and use that to output the html declarations for StreamField
|
2015-01-09 11:34:23 +00:00 |
|
forms.py
|
Added parent page field to copy form and template
|
2014-11-30 22:36:48 +01:00 |
|
menu.py
|
updated menu footer to use space better, be clearer
|
2014-11-25 15:38:52 +00:00 |
|
messages.py
|
Views cleanup
|
2014-12-01 11:50:26 +00:00 |
|
modal_workflow.py
|
change deprecated mimetype args to HttpResponse to content_type
|
2014-05-28 15:59:58 +01:00 |
|
models.py
|
Move verdantadmin app to django-wagtail package
|
2014-01-24 17:34:26 +00:00 |
|
signals.py
|
Minor coding style fix
|
2014-06-27 11:52:02 +01:00 |
|
taggable.py
|
Updated references to old indexed class to point to index instead
|
2014-08-21 15:16:06 +01:00 |
|
tasks.py
|
Changed User.get_profile to UserProfile.get_for_user
|
2014-06-27 10:38:31 +01:00 |
|
urls.py
|
Added views for locking and unlocking pages
|
2014-08-27 16:55:23 +01:00 |
|
userbar.py
|
remove a load of unused imports
|
2014-07-02 21:56:50 +01:00 |
|
utils.py
|
Various renames, API changes, etc
|
2014-07-31 11:20:41 +01:00 |
|
wagtail_hooks.py
|
Merge branch 'feature/settings-menu' into nimasmi-integrate_django_admin_groups
|
2014-09-26 17:50:41 +01:00 |
|
widgets.py
|
implement value_from_datadict and thus make saving work
|
2015-01-09 12:40:35 +00:00 |