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

Try to support, date and datetime #14

Closed
Tracked by #18
hakancelikdev opened this issue Dec 4, 2022 · 0 comments · Fixed by #22
Closed
Tracked by #18

Try to support, date and datetime #14

hakancelikdev opened this issue Dec 4, 2022 · 0 comments · Fixed by #22
Assignees
Labels
changelog enhancement New feature or request
Milestone

Comments

@hakancelikdev
Copy link
Owner

date

Field value can be a date in the format YYYY-MM-DD.

datetime

Field value can be a date and time in the format YYYY-MM-DD HH:MM:SS.

@hakancelikdev hakancelikdev added enhancement New feature or request changelog labels Dec 4, 2022
@hakancelikdev hakancelikdev added this to the v0.4.0 milestone Dec 4, 2022
@hakancelikdev hakancelikdev self-assigned this Dec 4, 2022
This was referenced Dec 5, 2022
@hakancelikdev hakancelikdev linked a pull request Dec 21, 2022 that will close this issue
hakancelikdev added a commit that referenced this issue Dec 22, 2022
Support date and datetime data types #14

### Added
- Support date and datetime data types [#14](#14)
- Add database manager, now database operations are as below.
  - model.objects.get
  - model.objects.create
  - model.objects.delete
  - model.objects.all
  - model.objects.filter
  - model.save
  - model.update

### Fixed
- Fix find object annotations from the model.

### Removed
- Removed some supported types
  - dict
  - list
  - set
  - tuple
- Removed some supported validation
  - validate_dict
  - validate_list
  - validate_set
  - validate_tuple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant