Skip to content

New version 1 3

Chosson Ulysse requested to merge NEW_version_1_3 into main

[1.3.1] - 17-04-2023

Added

  • Add possibility to give created and modified date to override default date in db.
  • Add a try, except for eval if we find a SyntaxError in mapping.
  • Add a new exception: MappingError.
  • Add a new exception: PythonSyntaxError.
  • Add a new exception: ObjectAlphaNameError.

Changed

  • Change regex for name validation. Now we accept in object name's:
    • (
    • )
    • '
    • :
    • /
    • [
    • ]
    • `
    • *

Fixed

  • Fix url checker, check url with is_url only if url are register.

Merge request reports