aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/models.py
Commit message (Collapse)AuthorAge
* Updated some comments.Cédric Bonhomme2014-11-19
|
* Bug fix: activation key was too long for the database column.Cédric Bonhomme2014-11-19
|
* Python 3 supportCédric Bonhomme2014-10-01
|
* It is now possible to add new feeds with a bookmarklet.Cédric Bonhomme2014-07-07
|
* Updated test of the nickname.Cédric Bonhomme2014-05-16
|
* Added activation key for users.Cédric Bonhomme2014-05-12
|
* Simplification of the login forms.Cédric Bonhomme2014-05-12
|
* Updated regex.Cédric Bonhomme2014-05-06
|
* Improved make_valid_nickname function.Cédric Bonhomme2014-05-05
|
* Improved forms validation.Cédric Bonhomme2014-05-05
|
* Link between next and previous articles.Cédric Bonhomme2014-04-30
|
* Added export to JSON.Cédric Bonhomme2014-04-29
|
* Prepare database initialization script for the new release.Cédric Bonhomme2014-04-12
|
* New ForeignKey between Article and User.Cédric Bonhomme2014-04-12
|
* Limit the size of the email field.Cédric Bonhomme2014-04-10
|
* Articles's link are not unique.Cédric Bonhomme2014-04-09
|
* Mark all articles (or all articles from a feed) as read.Cédric Bonhomme2014-04-08
|
* Sort articles by date.Cédric Bonhomme2014-04-08
|
* Management page near to be OK.Cédric Bonhomme2014-04-08
|
* Beginning of the port to PostgreSQL.Cédric Bonhomme2014-04-07
|
* Minor bug fixes.Cédric Bonhomme2014-02-10
|
* The description is not required.Cédric Bonhomme2014-01-26
|
* The description of the feed is stored in the database.Cédric Bonhomme2014-01-26
|
* Improved models with a new index for articles.Cédric Bonhomme2013-12-24
|
* It is now possible to enable or disable (stop checking for updates) a feed.Cédric Bonhomme2013-11-23
|
* Added comments in models.py.Cédric Bonhomme2013-11-17
|
* Removed old module for the MongoDB connection.Cédric Bonhomme2013-11-17
|
* Enable or disable email notification.Cédric Bonhomme2013-11-10
|
* Restored headers.Cédric Bonhomme2013-11-05
|
* Try to speed the search of article.Cédric Bonhomme2013-11-03
|
* feeds are compared with their idsCédric Bonhomme2013-11-03
|
* The link of the feed is unique.Cédric Bonhomme2013-11-02
|
* Bugfix when deleting an entire feed.Cédric Bonhomme2013-11-02
|
* It is now possible to delete an article or an entire feed.Cédric Bonhomme2013-11-01
|
* Improved sort of feeds.Cédric Bonhomme2013-11-01
|
* no reverseCédric Bonhomme2013-11-01
|
* It is now possible to add a feed via a form for different users.Cédric Bonhomme2013-11-01
|
* Added users management.Cédric Bonhomme2013-11-01
|
* Added authentication with Flask-Login.Cédric Bonhomme2013-10-30
|
* Sorting of articles seems to be working ;-)Cédric Bonhomme2013-10-28
|
* Updated importer.Cédric Bonhomme2013-10-27
|
* Trying to sort articles (SortedListField(ReferenceField('Article')).Cédric Bonhomme2013-10-13
|
* First implementation of /favorites page.Cédric Bonhomme2013-10-13
|
* Mark an article as read.Cédric Bonhomme2013-10-13
|
* First prototype for the /article page.Cédric Bonhomme2013-10-13
|
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15