shantisuresh01
|
9bbc09dba8
|
forms.py: used get_user_model() inside __init__ instead of User, to facilitate late binding, models.py: used settings.AUTH_USER_MODEL instead of user
|
2016-11-28 16:15:46 -05:00 |
|
Scot Hacker
|
6a78c3f8b0
|
Fix variable name in list_view template
|
2016-09-23 12:07:19 -07:00 |
|
Scot Hacker
|
1ff499a003
|
Reduce complexity of view_list to bring tox complexity down to 10
|
2016-08-02 01:32:29 -07:00 |
|
Scot Hacker
|
9c3000f572
|
Fix list view when lists in different groups have same slug
- Also fix bad messages when deleting items from lists
|
2016-07-28 00:13:51 -07:00 |
|
Scot Hacker
|
290345e70a
|
Bump version to 1.6
|
2016-04-11 00:05:59 -07:00 |
|
Scot Hacker
|
039fee9a30
|
View optimizations
|
2016-04-11 00:04:42 -07:00 |
|
Scot Hacker
|
d9f1a8fcb4
|
Use True, not 1
|
2016-04-10 23:50:28 -07:00 |
|
Scot Hacker
|
2702b6280b
|
PEP-8 compliance
|
2016-04-10 23:44:11 -07:00 |
|
Peter Bittner
|
a0b92e38c8
|
Fix flake8 complaints
Move flake8 configuration into tox config file
|
2016-04-10 20:06:21 +02:00 |
|
Peter Bittner
|
dadb8f1ff6
|
Add tox configuration and integration with setup.py
Add Travis CI build server configuration
Add badges and Tests section to README
Bump version (development)
|
2016-04-10 19:42:24 +02:00 |
|
Scot Hacker
|
33ec166c6f
|
Remove remaining ifequal tags
|
2016-04-09 23:29:51 -07:00 |
|
Scot Hacker
|
37bb0fb5a2
|
Show "Anyone" for unassigned tasks in search results
|
2016-04-09 23:22:45 -07:00 |
|
Scot Hacker
|
9b6418c7b1
|
Allow unassigned ("anyone") tickets
- Requires a migration
|
2016-04-09 11:56:27 -07:00 |
|
Scot Hacker
|
5e4f6e8d77
|
More template cleanup
|
2016-04-09 11:52:16 -07:00 |
|
Scot Hacker
|
c42a03cee9
|
Replace render_to_response() with render()
|
2016-04-09 02:45:47 -07:00 |
|
Scot Hacker
|
eaeb870aad
|
Remove stray management_form refs
|
2016-04-09 02:37:28 -07:00 |
|
Scot Hacker
|
37aef01c0f
|
Clean-up / modernize templates and views
|
2016-04-09 02:23:11 -07:00 |
|
Scot Hacker
|
8ee28118fe
|
Django 1.9 compatibility
- Remove deprecated `load ur from future`
- Refactor urls.py as list
|
2016-01-06 23:44:57 -08:00 |
|
Scot Hacker
|
c3e47ba438
|
Don't require superuser
Just require default_assignee for anon ticket submissions
Resolves https://github.com/shacker/django-todo/issues/25
|
2016-01-05 23:57:47 -08:00 |
|
Scot Hacker
|
74f3a92cdd
|
Note should not be a required field
|
2015-09-02 23:49:28 -07:00 |
|
Peter Bittner
|
d8444cec60
|
Bump version number for release 1.5
|
2015-09-02 23:30:39 +02:00 |
|
Peter Bittner
|
767eb75e7d
|
Add flake8 configuration, fix flake8 complaints
|
2015-09-02 23:30:04 +02:00 |
|
Scot Hacker
|
c408224e02
|
Custom exception for missing superuser in settings
|
2015-06-15 00:12:52 -07:00 |
|
Scot Hacker
|
85c45ecbfc
|
URLs tweak
|
2015-06-15 00:12:17 -07:00 |
|
Scot Hacker
|
0f0505f24d
|
Fix field warnings for Django 1.8 (with migration)
|
2015-06-15 00:11:50 -07:00 |
|
Scot Hacker
|
bfb0820606
|
Text tweak
|
2015-06-15 00:10:27 -07:00 |
|
Scot Hacker
|
0f4538ee16
|
Remove print statement
|
2014-12-11 14:58:09 -08:00 |
|
Scot Hacker
|
a9175d575b
|
Use python 2/3 compatible unicode strings
|
2014-12-02 10:53:38 -08:00 |
|
Scot Hacker
|
6e032b22bb
|
Enable simple search of tasks
|
2014-11-17 14:42:17 -08:00 |
|
Scot Hacker
|
bf7dc911b1
|
Add get_absolute_url() method for todo items
|
2014-11-10 23:18:44 -08:00 |
|
Scot Hacker
|
73adbb872c
|
Bump version to 1.5.dev for future
|
2014-11-09 11:22:09 -08:00 |
|
Peter Bittner
|
2a8a39ef8c
|
Fix version number to upload to PyPI
|
2014-11-09 09:31:58 +01:00 |
|
Scot Hacker
|
6d54d5b129
|
Remove deprecated cycle tag from templates
|
2014-11-07 23:43:57 -08:00 |
|
Scot Hacker
|
d4cba204c1
|
Specify exclude Meta on form definitions
|
2014-11-07 23:43:27 -08:00 |
|
Scot Hacker
|
5689ed2b51
|
Add new settings for default list ID, default assignee, default redirect on public ticket submission
|
2014-11-07 23:28:39 -08:00 |
|
Scot Hacker
|
b388aece1b
|
Remove most CSS, clean up templates
- Assume the existing site has its own styles
|
2014-11-07 22:26:53 -08:00 |
|
Scot Hacker
|
30127a23de
|
Set default value for boolean Item.completed
|
2014-11-07 22:04:23 -08:00 |
|
Scot Hacker
|
37ea8a8a75
|
Neutralize some assumptions
|
2014-11-07 10:42:53 -08:00 |
|
Lee Phillips
|
86474625a4
|
Display full names as well as usernames in the assign_to dropdown when
adding a task.
|
2014-10-06 14:01:55 -04:00 |
|
Scot Hacker
|
94b01d868d
|
Remove stray CSS reference; whitespace
Fixes #17
|
2014-08-26 12:45:30 -07:00 |
|
Scot Hacker
|
305dfc0f93
|
Indentation fix
|
2014-08-03 09:27:28 -07:00 |
|
Lee Phillips
|
4bad5fbd06
|
A task with no due date created an error when checking for completion.
|
2014-08-03 10:25:01 -04:00 |
|
Lee Phillips
|
27147637ec
|
When there is only one group, do not force the user to select it in the add_list form.
|
2014-08-02 22:44:56 -04:00 |
|
Lee Phillips
|
7eb488cfa9
|
The top view (list of lists) generated a javascript error because base.html refers to thedate, which the view function list_lists did not define.
|
2014-06-22 00:37:51 -04:00 |
|
Peter Bittner
|
ca598fb794
|
Whitespace correction (reformatting only)
|
2014-06-01 12:24:31 +02:00 |
|
Peter Bittner
|
3730494b42
|
Fixed invalid CSS
|
2014-06-01 12:19:12 +02:00 |
|
Peter Bittner
|
d1b1842965
|
Changed related_name in foreign key created_by (conflict with django-media-tree)
|
2014-05-31 19:12:02 +02:00 |
|
Peter Bittner
|
e894b14a96
|
Reformatting only (PEP8)
|
2014-05-31 19:10:38 +02:00 |
|
Peter Bittner
|
97d27f7589
|
Reformatted readme and license
Move some setup values to package
Added .gitignore
|
2014-05-31 09:19:27 +02:00 |
|
Jonathan Wiltshire
|
6c0112a050
|
Add missing quotes for url tag in email templates
|
2014-05-05 20:52:30 +01:00 |
|