jmath1
|
a61e1a7b99
|
Remove use of RequestContext and change render_to_response to render
|
2020-06-12 01:27:07 -04:00 |
|
jmath1
|
7d95dbb5cf
|
change User.is_authenticated() and User.is_anonymous() to attributes
|
2020-06-11 15:13:12 -04:00 |
|
jmath1
|
3f122d5e03
|
update settings.py to use 'django.contrib.auth.backends.AllowAllUsersModelBackend' instead of 'django.contrib.auth.backends.ModelBackend'
|
2020-06-11 14:47:52 -04:00 |
|
jmath1
|
184348e436
|
add use_required_attribute=False to prevent required attribute from being added to html (maintaining original behavior)
|
2020-06-11 11:45:50 -04:00 |
|
jmath1
|
5c6a48ed52
|
switch generate_secret_token from sha1 to sha256 algorithm
|
2020-06-11 11:08:45 -04:00 |
|
jmath1
|
1b4ddcb3ce
|
remove patterns import
|
2020-06-11 09:56:48 -04:00 |
|
jmath1
|
bf7ebecaea
|
upgrade requirements.txt file
|
2020-06-11 08:49:06 -04:00 |
|
jmath1
|
ca8ff10e55
|
Change the way TEST db is configured as per change in django upgrade
|
2020-06-11 08:46:50 -04:00 |
|
jmath1
|
176be64814
|
remove load url from future tags
|
2020-06-11 08:41:46 -04:00 |
|
jmath1
|
a28da2e485
|
Remove use of django.db.models.loading
|
2020-06-11 08:37:57 -04:00 |
|
jmath1
|
a8e49a039d
|
change deprecated _get_val_from_obj() to value_from_object()
|
2020-06-11 08:21:57 -04:00 |
|
jmath1
|
38a19fbbe2
|
update the way app_name argument is used in urls.py
|
2020-06-11 08:08:26 -04:00 |
|
jmath1
|
fbff54f3a8
|
Update logger configuration for django and OAUTH@_PROVIDER_APPLICATION_MODEL
|
2020-06-11 05:50:34 -04:00 |
|
jmath1
|
3a88b5210a
|
Add on_delete argument to ForeignKeyField and OneToOneField fields
|
2020-06-11 05:45:48 -04:00 |
|
jmath1
|
0b12f24f3e
|
modify settings.py to use TEMPLATES since other TEMPLATE_* settings were deprecated
|
2020-06-11 04:50:15 -04:00 |
|
jmath1
|
0f9d839a49
|
Fix url patterns usage to use a list of url() calls
|
2020-06-11 04:34:16 -04:00 |
|
jmath1
|
6412393ca9
|
change get_model() to apps.get_model()
|
2020-06-11 03:52:30 -04:00 |
|
jmath1
|
26f3a22afb
|
change SingleRelatedObjectDescriptor to ReverseOneToOneDescriptor
|
2020-06-11 03:51:40 -04:00 |
|
jmath1
|
ccff80d2cc
|
Update logging class in settings.py to logging.NullHandler
|
2020-06-11 03:50:44 -04:00 |
|
jmath1
|
94d99ba174
|
Add management command to create homepage user
|
2020-06-11 03:00:54 -04:00 |
|
jmath1
|
08f0ffd12e
|
Fix other instances of request.REQUEST
|
2020-06-11 02:43:05 -04:00 |
|
Samuel Clay
|
cd953e8872
|
Latest django 1.8
|
2020-06-08 18:27:24 -04:00 |
|
Samuel Clay
|
2e2ed09d0b
|
Updating refresh_feeds task in readme.
|
2020-06-08 13:53:09 -04:00 |
|
Samuel Clay
|
d354828727
|
Removing google reader signup.
|
2020-06-08 12:20:19 -04:00 |
|
Samuel Clay
|
38fcbed6fb
|
Cleaning up migrations.
|
2020-06-08 11:51:26 -04:00 |
|
Samuel Clay
|
2babac75ca
|
REQUEST -> POST
|
2020-06-08 11:25:52 -04:00 |
|
Samuel Clay
|
e6b7642b7b
|
REQUEST -> POST
|
2020-06-08 11:25:23 -04:00 |
|
Samuel Clay
|
4653d23dde
|
REQUEST -> GET
|
2020-06-08 11:24:42 -04:00 |
|
Samuel Clay
|
7f38f64447
|
Removing unused south calls.
|
2020-06-08 11:07:05 -04:00 |
|
Samuel Clay
|
721779b357
|
Cleaning up 3 apps.
|
2020-06-08 10:44:59 -04:00 |
|
Samuel Clay
|
ad748549f7
|
Merge branch 'master' into django1.8
* master:
https only time
|
2020-06-08 10:33:14 -04:00 |
|
jmath1
|
c8cbd39c2b
|
Upgrade to django==1.8
|
2020-06-08 08:11:20 -04:00 |
|
jmath1
|
bcfc17a9db
|
use DiscoverRunner to run tests
|
2020-06-08 07:56:11 -04:00 |
|
jmath1
|
ebd0da2d63
|
change management commands to use argparse instead of optparse
|
2020-06-08 07:55:17 -04:00 |
|
jmath1
|
ae8b74398f
|
Add skip_checks=False to keep behavior consistent with previous django version
|
2020-06-08 07:45:19 -04:00 |
|
jmath1
|
4290d68047
|
change django.core.context_processors to django.template.context_processors
|
2020-06-08 06:26:25 -04:00 |
|
jmath1
|
e7f8aa359b
|
add skip_checks kwarg to call_command to maintain old functionality that was lost in django upgrade
|
2020-06-08 06:04:07 -04:00 |
|
jmath1
|
abdf1b67e5
|
change mimetype to content_type
|
2020-06-08 05:35:27 -04:00 |
|
jmath1
|
cceedbf007
|
change mimetype to content_type
|
2020-06-08 00:10:52 -04:00 |
|
jmath1
|
746f2c28f6
|
change UserSubscriptionFolders to OneToOneField from unique ForeignKey
|
2020-06-08 00:10:20 -04:00 |
|
jmath1
|
49ed5dabb4
|
put psycopg2 back into requirements.txt
|
2020-06-08 00:04:52 -04:00 |
|
jmath1
|
3a78a6eb3e
|
remove south migrations
|
2020-06-07 23:59:08 -04:00 |
|
Samuel Clay
|
7e6ac2c98d
|
https only time
|
2020-06-07 13:36:53 -04:00 |
|
jmath1
|
09b9583b7a
|
Update README files to replace syncdb with migrate
|
2020-06-07 08:12:51 -04:00 |
|
jmath1
|
a88708367d
|
remove AUTH_PROFILE_MODULE
|
2020-06-07 08:09:00 -04:00 |
|
jmath1
|
3f8b0655d4
|
change mimetype to content_type and stop using request.REQUEST
|
2020-06-07 08:04:23 -04:00 |
|
jmath1
|
63dbaa82b3
|
change requires_model_validation to requires_system_checks in shellplus management command
|
2020-06-07 03:00:35 -04:00 |
|
jmath1
|
e9405d4d5b
|
change django.forms.util to django.forms.utils
|
2020-06-07 01:14:10 -04:00 |
|
jmath1
|
9cbc417eaf
|
re-add local_settings.py.template and change CACHE syntax in accordance with django 1.7
|
2020-06-07 00:51:31 -04:00 |
|
jmath1
|
15dde30fa8
|
custom fields now need to have a deconstruct() method. Implemented in vendor/oauth2client/django_orm.py
|
2020-06-06 23:56:47 -04:00 |
|