Conversation
Remove the http protocol from cdn scripts.
Describe use-case for MODELTRANSLATION_LANGUAGES.
Use AVAILABLE_LANGUAGES do detect missing fields
Modify javascript to also consider the iframes.
In all browsers except Firefox left: -10000px; don't work, so I remove this and add display: none; that work in all browsers.
remove bad style
Take db_column into account while syncing fields
Unused since cc214e3.
Django 2.0 deprecation warnings.
Removed unused code.
Used Meta.base_manager_name on model instead of Manager.use_for_related_fields.
Fix reset of .select_related
Improve the documentation by describing how to use `django-modeltranslation` in combination with `django-audit-log`.
Support django-nested-admin stacked inlines
Add section about django-audit log
related_model is a cached property, that contains a string instead of the model eg. when overriding the default User model.
Get related model from field's path_info
Add docstring documentation for utils.unique
Fix M2M and inherited managers
Fix order_by with expression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.