Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.

Releases: agusmakmun/Django-Blog-Python-Learning

v.3.8.1

16 Nov 08:18
Compare
Choose a tag to compare
  • Removed diff-match-patch==20121119

v.3.8

12 Nov 19:18
Compare
Choose a tag to compare
  • Fixed trending posts by week.
  • Removed pkg-resources

v.3.7

09 Oct 12:10
Compare
Choose a tag to compare
  • Added feature blog post json format: <post_url>/?format=json
curl -X GET \
  -H "Accept: application/json" \
  https://python.web.id/blog/django-redirect-http-to-https/?format=json
  • Update for fixed draft post

v.3.6

04 Oct 02:11
Compare
Choose a tag to compare
  • Added feature auto backup to the json file using django-import-export, with date & file size info. Included for: Author, Tag, Post, Gallery, Visitor & Page. Example info inside file of autobackupjsondb/backupinfo.txt:
-------------------------------
| Last backup date: 04-10-2016
-------------------------------
| Author  : 0.172 kB
| Tag     : 1.028 kB
| Post    : 262.346 kB
| Gallery : 0.004 kB
| Visitor : 0.004 kB
| Page    : 21.521 kB
-------------------------------
  • Added feature highlight pre
  • Fixed draft post
  • Fixed typo, sidebar, detail, css, or else

v.3.5

24 Sep 19:30
Compare
Choose a tag to compare

v.3.4

30 Jun 12:13
Compare
Choose a tag to compare
  • Fixed MultipleObjectsReturned

v.3.3

01 May 17:08
Compare
Choose a tag to compare
  • Fix locate of handlers

v.3.2

01 May 12:39
Compare
Choose a tag to compare
  • Fix handling error 400, 403, 404, 500

v.3.1

29 Apr 18:54
Compare
Choose a tag to compare
  • Fixed typo

v.3.0

29 Apr 18:33
Compare
Choose a tag to compare
  • Fixed DEV-OPS and Markdown.