8000 Stop using django.contrib.comments · Issue #591 · python/pythondotorg · GitHub
[go: up one dir, main page]

Skip to content
Stop using django.contrib.comments #591
Closed
@ubernostrum

Description

@ubernostrum

First off, django.contrib.comments is being unbundled from Django and removed in Django 1.8 (and already raises deprecation warnings in Django 1.7). Second, it's overkill for what we're using it for.

Instead, replace it with a simpler model that can live in the jobs app and store the basic information it needs (sender and message, associated with a particular job posting) and use that to handle comments back and forth about job postings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    app/jobsRelates to the jobs app

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0