linkshortener.models
Link
Link(self, *args, **kwargs)
Link(id, created_on, modified_on, comments, url, shortcode, uses)
comments
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
_method
Link._method(self, *, field=<django.db.models.fields.DateTimeField: created_on>, is_next=True, **kwargs)
_method
Link._method(self, *, field=<django.db.models.fields.DateTimeField: modified_on>, is_next=True, **kwargs)
_method
Link._method(self, *, field=<django.db.models.fields.DateTimeField: created_on>, is_next=False, **kwargs)
_method
Link._method(self, *, field=<django.db.models.fields.DateTimeField: modified_on>, is_next=False, **kwargs)
id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
shortcode
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
url
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
uses
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.