-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Silent failure if model name is incorrect #28
Comments
My bad.
|
Hm - this should probably throw an error though, shouldn't it? |
@andreyshipilov Most likely, but not in templates. |
Indeed... it should probably validate the configuration on bootup to make sure the models actually exist. |
bfirsh
changed the title
Should it work with Django 1.11+?
Silent failure if model name is incorrect
Nov 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an object in the context named
experience
and all the attributes from this objects are shown correctly on the page. Although this:Produces an empty result.
shorturls
is inINSTALLED_APPS
andurl('^short/', include('shorturls.urls'))
is inurls.py
. The object hasget_absolute_url()
method which works correctly.
Am I missing something?
The text was updated successfully, but these errors were encountered: