Jonathan Math
e46b2495ce
update all models.py files to python3 and django2.0
2020-06-17 00:17:32 -04:00
Jonathan Math
dafb613826
upgrade migrations files to python3 django2.0
2020-06-17 00:11:02 -04:00
jmath1
84fa6f2843
2to3 apps/reader/
2020-06-15 05:24:54 -04:00
jmath1
b5bef8a897
upgrade apps/statistics/ to python3
2020-06-15 05:23:58 -04:00
jmath1
93b5b87ff6
2to3 apps/search/
2020-06-15 05:23:10 -04:00
jmath1
34e017721b
2to3 apps/rss_feeds
2020-06-15 03:00:09 -04:00
jmath1
6021afaec3
2to3 apps/rss_feeds
2020-06-15 02:54:37 -04:00
jmath1
bffc925a61
import from bs4 instead of BeautifulSoup
2020-06-13 01:24:33 -04:00
jmath1
244337eb9a
import from bs4 instead of BeautifulSoup
2020-06-13 01:24:08 -04:00
jmath1
d2c52be851
Fix widget rendering bug introduced by removal of forms.RadioSelect.renderer
2020-06-13 00:46:11 -04:00
jmath1
91f13ae130
change get_models() to apps.get_models() as per new functionality from 1.10
2020-06-13 00:25:27 -04:00
jmath1
88f19ffaf6
render receives a dict instead of a context object in apprs.profiel.middleware.py
2020-06-12 03:19:53 -04:00
jmath1
7538f68ab7
remove unused imports
2020-06-12 03:08:32 -04:00
jmath1
7f38d6bc8f
fix syntax error
2020-06-12 01:40:31 -04:00
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
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
1b4ddcb3ce
remove patterns import
2020-06-11 09:56:48 -04:00
jmath1
a28da2e485
Remove use of django.db.models.loading
2020-06-11 08:37:57 -04:00
jmath1
3a88b5210a
Add on_delete argument to ForeignKeyField and OneToOneField fields
2020-06-11 05:45:48 -04:00
jmath1
0f9d839a49
Fix url patterns usage to use a list of url() calls
2020-06-11 04:34:16 -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
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
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
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
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
127405e95a
add migrations that were autodetected with django1.7 autodetect feature
2020-06-06 23:13:14 -04:00
Samuel Clay
6490476a31
Merge branch 'master' into django1.6
...
* master: (34 commits)
Updating Mercury Parser (in the hopes it fixes #1147 , but if not, here's to how do it later).
Adding twitter lists to feed fetcher.
20% bounces on newsletters is cause for concern.
Better text in monitor emails
Adding newsletter checker and feed fetcher checker for better monitoring.
Android v10.0b1
Documenting saved searches in the API. For #1298 .
Relying on fabric instead of nginx to take care of certificate locations.
Different ssl cert location.
Adding archive in utils, changing email in disk usage monitor.
Turning off https-only because the SSL certificate seems to have a broken root.
Android widget date time format. Exclude hidden stories in widget
Android widget config list adapter cleanup
Android widget config nested vs flat list view
Android widget opens story in All Stories view
Android widget config feed list updates
Android widget colors. Widget config empty state. Widget update triggers
Android widget config feed list filters
Android widget parse and add new feed fields to db
Android widget empty view. Tap to config. Default feed set
...
2020-06-05 11:03:11 -04:00
jmath1
4e89bcd67a
upgrade to django 1.6 and make migrations
2020-06-05 11:00:54 -04:00
Samuel Clay
d37ca03d07
Adding twitter lists to feed fetcher.
2020-06-04 16:57:04 -04:00
Samuel Clay
c8439da97e
Removing unused merge_feeds command, this is better used in rss_feeds/models.py
2020-05-21 16:54:26 -04:00
Samuel Clay
0a608abb87
Handling broken page importer.
2020-05-04 09:50:01 -04:00
Samuel Clay
3d0c060dfe
Handling multiple starred stories.
2020-05-04 09:48:45 -04:00
Samuel Clay
162cb88b2b
Handling NoAnswer on broken emails.
2020-05-04 09:46:41 -04:00
Samuel Clay
5c44c34da5
Overriding story url.
2020-04-30 14:53:42 -04:00
Samuel Clay
057d19acf1
Removing Daily Skip from text importer.
2020-04-30 14:36:32 -04:00
Samuel Clay
db1fcc8cac
Adding saved searches to flat feeds for #1298 .
2020-04-24 19:42:26 -04:00
Samuel Clay
ff4eac73bb
6 hour min
2020-04-06 09:43:18 -04:00