Skip to content

Commit

Permalink
Merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Dec 20, 2011
2 parents 570940b + 92a7d3c commit 738fb74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mezzanine/core/models.py
@@ -1,4 +1,3 @@

from datetime import datetime

from django.contrib.contenttypes.generic import GenericForeignKey
Expand Down Expand Up @@ -67,9 +66,6 @@ def save(self, update_site=False, *args, **kwargs):
self.site = Site.objects.get_current()
super(Slugged, self).save(*args, **kwargs)

def natural_key(self):
return (self.slug,)

def get_slug(self):
"""
Allows subclasses to implement their own slug creation logic.
Expand Down

0 comments on commit 738fb74

Please sign in to comment.