bfirsh / django-shorturls

A URL shortening app for Django
BSD 3-Clause "New" or "Revised" License
408 stars 68 forks source link

Add SHORTURLS_LOOKUP_FIELD option #22

Open bctiemann opened 7 years ago

bctiemann commented 7 years ago

I think this is the only two places where this lookup is done, but not totally sure.

It's probably worth making a test or two for this option—I'm a little pressed for time right now though, sorry.

bctiemann commented 7 years ago

On second thought—this setting should live in the model, not in the global settings.