• 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
21 Nov, 2014
1 commit
  • Merge pull request #17 from NotSqrt/master ...
    8a99ed81
    django 1.7 compatibility, tox, travis
    Jannis Leidel authored
    2014-11-21 16:24:46 +0100  
    Browse Files »

30 Oct, 2014
1 commit
  • django 1.7 compatibility, tox, travis
    c991db41
    NotSqrt authored
    2014-10-30 17:15:02 +0100  
    Browse Files »

15 Sep, 2014
1 commit
  • Merge pull request #14 from rbonick/patch-1 ...
    6ec2c956
    Fixed typo (missing "import" on the last line)
    Claude Paroz authored
    2014-09-15 17:36:51 +0200  
    Browse Files »

14 Sep, 2014
1 commit
  • Fixed typo (missing "import" on the last line)
    bd26a8c1
    Ryan authored
    2014-09-14 17:47:47 -0500  
    Browse Files »

31 Aug, 2014
1 commit
  • Created MANIFEST.in to include missing templates ...
    cffa9c07
    Fixes #2.
    Roger Hunwicks authored
    2014-08-31 19:34:52 +0200  
    Browse Files »

22 Feb, 2014
1 commit
  • docs: Add instructions to enable 'site' framework we depend on.
    9354c653
    Paulius Zaleckas authored
    2014-02-22 11:08:10 +0100  
    Browse Files »

21 Feb, 2014
1 commit
  • docs: Fix external references to point to Django stable
    8b0411b3
    Paulius Zaleckas authored
    2014-02-21 17:55:09 +0100  
    Browse Files »

18 Feb, 2014
4 commits
  • Merge pull request #8 from alasdairnicol/patch-1 ...
    295dbdc2
    Replaced tabs with spaces in code block
    Claude Paroz authored
    2014-02-18 13:45:31 +0100  
    Browse Files »
  • Replaced tabs with spaces in code block
    9e0bd066
    Alasdair Nicol authored
    2014-02-18 12:41:19 +0000  
    Browse Files »
  • Merge pull request #6 from alasdairnicol/docs ...
    29c4c1ff
    Added basic instructions to the porting page
    Jannis Leidel authored
    2014-02-18 13:04:05 +0100  
    Browse Files »
  • Merge pull request #7 from crccheck/testing-versions ...
    d4b178e1
    Fix test suites were pulling Django 1.7 stead of 1.6
    Jannis Leidel authored
    2014-02-18 13:03:12 +0100  
    Browse Files »

17 Feb, 2014
4 commits
  • Updated travisCI config to use Django1.6 instead of 1.7 too
    50a22d83
    crccheck authored
    2014-02-17 22:28:07 -0600  
    Browse Files »
  • Updated tox.ini to explictly use virtualenv python ...
    70745363
    this how I usually see Python called in tox.
    crccheck authored
    2014-02-17 22:25:37 -0600  
    Browse Files »
  • Updated deps to grab latest minor Django version
    fcb739c3
    crccheck authored
    2014-02-17 22:21:26 -0600  
    Browse Files »
  • Fixed Django version changed out from under tox.ini
    885446fe
    crccheck authored
    2014-02-17 22:15:46 -0600  
    Browse Files »

04 Dec, 2013
1 commit
  • Added basic instructions to porting docs
    93e50af8
    Alasdair Nicol authored
    2013-12-04 00:52:09 +0000  
    Browse Files »

03 Dec, 2013
1 commit
  • Updated module name in docs
    b37a5596
    Alasdair Nicol authored
    2013-12-03 22:21:17 +0000  
    Browse Files »

11 Mar, 2013
13 commits
  • Added a period.
    53559070
    Jacob Kaplan-Moss authored
    2013-03-11 15:12:28 -0500  
    Browse Files »
  • This isn't 'built-in' any more.
    e6e6e858
    Jacob Kaplan-Moss authored
    2013-03-11 15:11:40 -0500  
    Browse Files »
  • Fixed a few misspellings.
    5e07560d
    Jacob Kaplan-Moss authored
    2013-03-11 14:54:52 -0500  
    Browse Files »
  • Rename README because Github.
    54b338f5
    Jacob Kaplan-Moss authored
    2013-03-11 14:52:13 -0500  
    Browse Files »
  • Added a README.
    6c0e68df
    Jacob Kaplan-Moss authored
    2013-03-11 14:45:38 -0500  
    Browse Files »
  • Ported over docs.
    4197c904
    Jacob Kaplan-Moss authored
    2013-03-11 13:27:18 -0500  
    Browse Files »
  • Fixed a setup.py typo.
    4b280348
    Jacob Kaplan-Moss authored
    2013-03-11 12:09:23 -0500  
    Browse Files »
  • Updated the travis.yml to make the tests run a bit faster.
    8caad28b
    Jacob Kaplan-Moss authored
    2013-03-11 12:08:49 -0500  
    Browse Files »
  • Tox proves this works everwhere I need it to.
    d6f4a539
    Jacob Kaplan-Moss authored
    2013-03-11 12:07:55 -0500  
    Browse Files »
  • Fixed a deprecated test method.
    172426c7
    Jacob Kaplan-Moss authored
    2013-03-11 12:07:43 -0500  
    Browse Files »
  • Sketched out an import of the docs.
    768c8b87
    Jacob Kaplan-Moss authored
    2013-03-11 10:43:00 -0500  
    Browse Files »
  • Indicate that this requires Django 1.5+
    ad6d5a6f
    Jacob Kaplan-Moss authored
    2013-03-11 10:03:39 -0500  
    Browse Files »
  • Tests pass (Python 2.7, Django 1.5).
    4412bb99
    Jacob Kaplan-Moss authored
    2013-03-11 10:02:30 -0500  
    Browse Files »

09 Mar, 2013
3 commits
  • Some more work to get tests running. Failing, but running.
    222f604e
    Jacob Kaplan-Moss authored
    2013-03-09 15:42:59 -0600  
    Browse Files »
  • Stubbed out a setup.py and a test runner.
    74c3e3b5
    Jacob Kaplan-Moss authored
    2013-03-09 09:40:26 -0600  
    Browse Files »
  • Initial dump of code from Django. ...
    a457ae4b
    Imported from django/django@6a91b6.
    Jacob Kaplan-Moss authored
    2013-03-09 09:13:14 -0600  
    Browse Files »