• Sign in

Administrator / django-contrib-comments · Commits

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • Commits 165
  • Network
  • Compare
  • Branches 1
  • Tags 12
  • django-contrib-comments
29 Sep, 2019
1 commit
  • Added testing for Django 3.0.
    4b6f5fec
    Mariusz Felisiak authored
    2019-09-29 21:11:53 +0200  
    Browse Files »

10 Sep, 2019
1 commit
  • Used python_2_unicode_compatible from six. ...
    c61127fd
    django.utils.encoding.python_2_unicode_compatible() alias was removed
    in Django 3.0.
    Mariusz Felisiak authored
    2019-09-10 11:40:18 +0200  
    Browse Files »

20 Feb, 2019
3 commits
  • Removed testing of Django master with Python 3.5
    02474a00
    Claude Paroz authored
    2019-02-20 23:17:39 +0100  
    Browse Files »
  • Bumped version to 1.9.1
    c33e7650
    Claude Paroz authored
    2019-02-20 22:39:53 +0100  
    Browse Files »
  • Updated translations from Transifex
    fbd81f23
    Claude Paroz authored
    2019-02-20 22:35:39 +0100  
    Browse Files »

25 Jan, 2019
3 commits
  • Added testing for Django 2.2
    9b560c23
    Tim Graham authored
    2019-01-25 10:24:35 -0500  
    Browse Files »
  • Added Python 3.7 testing
    bf858232
    Tim Graham authored
    2019-01-25 10:17:48 -0500  
    Browse Files »
  • Moved travis build to xenial
    fb878315
    Tim Graham authored
    2019-01-25 10:13:39 -0500  
    Browse Files »

07 Aug, 2018
1 commit
  • Added missing kwargs to get_comment_create_data docs example
    f6d9da91
    Jarvis Stubblefield authored
    2018-08-07 09:06:20 +0200  
    Browse Files »

04 Aug, 2018
1 commit
  • Bumped version to 1.9.0
    4c001c44
    Claude Paroz authored
    2018-08-04 22:31:22 +0200  
    Browse Files »

28 May, 2018
2 commits
  • Added testing for Django 2.1
    f6001fc4
    Tim Graham authored
    2018-05-28 08:22:21 -0400  
    Browse Files »
  • Dropped support for Django < 1.11
    e94b557f
    Tim Graham authored
    2018-05-28 08:02:24 -0400  
    Browse Files »

05 Oct, 2017
5 commits
  • Added testing for Django 2.0
    b93836dd
    Tim Graham authored
    2017-10-05 15:28:08 -0400  
    Browse Files »
  • Added Python 3.6 testing
    ad224911
    Tim Graham authored
    2017-10-05 15:18:14 -0400  
    Browse Files »
  • Removed Python 3.4/Django master build
    4ce1ee02
    Tim Graham authored
    2017-10-05 15:09:17 -0400  
    Browse Files »
  • Fixed Python 3.5 builds on Travis
    60faf4b6
    Tim Graham authored
    2017-10-05 15:08:14 -0400  
    Browse Files »
  • Added Trove classifier for Django 1.11
    46f64eed
    Tim Graham authored
    2017-10-05 15:01:35 -0400  
    Browse Files »

16 Jun, 2017
4 commits
  • Removed unused settings import
    f75086da
    Claude Paroz authored
    2017-06-16 09:17:18 +0200  
    Browse Files »
  • Used the first() queryset method
    fd52ff29
    Claude Paroz authored
    2017-06-16 09:13:21 +0200  
    Browse Files »
  • Removed unneeded self references
    8112496f
    Claude Paroz authored
    2017-06-16 09:11:22 +0200  
    Browse Files »
  • Fixed #93 -- All empty REMOTE_ADDR values should set ip_address to null
    cb506041
    Claude Paroz authored
    2017-06-16 09:08:36 +0200  
    Browse Files »

03 Feb, 2017
2 commits
  • Bumped version to 1.8.0
    3e0832cc
    Claude Paroz authored
    2017-02-03 18:47:16 +0100  
    Browse Files »
  • Updated translations from Transifex
    56878794
    Claude Paroz authored
    2017-02-03 17:28:25 +0100  
    Browse Files »

21 Jan, 2017
2 commits
  • Added compatibility with latest Django master
    9da85bdd
    Claude Paroz authored
    2017-01-21 10:12:04 +0100  
    Browse Files »
  • Added testing target for Django 1.11
    fd96281a
    Claude Paroz authored
    2017-01-21 09:54:37 +0100  
    Browse Files »

18 Jan, 2017
2 commits
  • Allowed Travis failures for Django master.
    b8391d65
    Tim Graham authored
    2017-01-18 10:03:36 -0500  
    Browse Files »
  • Added testing for Python 3.5; removed 3.3
    fc68a13d
    Tim Graham authored
    2017-01-18 11:49:00 +0100  
    Browse Files »

07 Jan, 2017
1 commit
  • Removed workarounds for Django 1.7
    e3bab8dc
    Tim Graham authored
    2017-01-07 10:58:25 +0100  
    Browse Files »

06 Jan, 2017
3 commits
  • Removed Django 1.7-only test
    c8c0789b
    Claude Paroz authored
    2017-01-06 17:58:59 +0100  
    Browse Files »
  • Added auth context processor to test settings. ...
    2348dddf
    In Django 1.11, system checks run as part of the tests and failed:
    'django.contrib.auth.context_processors.auth' must be in TEMPLATES
    in order to use the admin application.
    Tim Graham authored
    2017-01-06 11:45:30 -0500  
    Browse Files »
  • Dropped testing for Django 1.7 and Python 3.2 (#109)
    00600e7a
    Tim Graham authored
    2017-01-06 17:44:18 +0100  
    Browse Files »

08 Dec, 2016
1 commit
  • Use get_current_site to look up the site instead of settings.SITE_ID
    1ab69cb1
    Hedley Roos authored
    2016-12-08 15:27:30 +0100  
    Browse Files »

07 Oct, 2016
1 commit
  • Stopped setup.py from packaging test submodules (#106)
    f41e32d7
    Adam Chainz authored
    2016-10-07 14:46:13 +0200  
    Browse Files »

30 Sep, 2016
2 commits
  • Fixed #104 -- Added translator comments
    282eb831
    Claude Paroz authored
    2016-09-30 19:57:18 +0200  
    Browse Files »
  • Fixed #103 -- Fixed translatable plural string
    9e653bfa
    Claude Paroz authored
    2016-09-30 19:40:27 +0200  
    Browse Files »

13 Sep, 2016
1 commit
  • Bumped version to 1.7.3
    69197974
    Claude Paroz authored
    2016-09-13 19:45:49 +0200  
    Browse Files »

12 Sep, 2016
2 commits
  • Updated translations from Transifex
    c2dea37d
    Claude Paroz authored
    2016-09-12 15:31:30 +0200  
    Browse Files »
  • Removed unused import
    d3633e12
    Kowit C authored
    2016-09-12 15:26:35 +0200  
    Browse Files »

04 Aug, 2016
2 commits
  • Fixed #95 -- Compare values instead of identities
    e1681982
    Paulo authored
    2016-08-04 16:40:14 +0200  
    Browse Files »
  • Bumped to 1.7.2 with changes
    ea4c834c
    Claude Paroz authored
    2016-08-04 12:28:27 +0200  
    Browse Files »