Skip to content
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

Remove implicit ISODateTimeField #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Formulka
Copy link

No description provided.

@@ -1055,8 +1055,6 @@ def _get_name(self):
return force_text(remove_accent(force_text(self.model._meta.verbose_name_plural)))

def formfield_for_dbfield(self, db_field, **kwargs):
if isinstance(db_field, DateTimeField):
kwargs.update({'form_class': ISODateTimeField})
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not exist in such a base class

@Formulka Formulka force-pushed the RemoveImplicitISODateTimeField branch from d322cb9 to 0e4b583 Compare February 16, 2023 15:19
@coveralls
Copy link

coveralls commented Feb 16, 2023

Pull Request Test Coverage Report for Build 4195441420

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 4054855827: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants