masonite icon indicating copy to clipboard operation
masonite copied to clipboard

The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ

Results 75 masonite issues
Sort by recently updated
recently updated
newest added

### Describe the bug Currently when installing it with pip it does not produce any type of error, but I consider that it is not good practice to define it...

bug

### Describe the bug inside get() method, there is a call to forget() method within "with open(....) as f:". however, in forget() method the same file refered by "f" may...

bug

### Describe the bug I refer to the examples mentioned in Masonite V4.0 document, Rate Limiting section. there are two questions to ask: 1. no ThrottleRequestsMiddleware exception raised after max...

bug

### Is your feature request related to a problem? I would like to have login, logout, password reset, etc functionality, but ability to remove registration for sites that I don't...

enhancement

### Describe the bug It appears that the masoniteproject.com and related subdomains are no longer responding. This includes https://docs.masoniteproject.com/ and https://orm.masoniteproject.com/ I mentioned this on the discord server, but also...

bug

### Describe the bug In trying to upgrade a project from Masonite 3 to 4, I noticed a change in behavior. When the Route.group has an overall name attribute, all...

bug

### Is your feature request related to a problem? It is nice that mailables can build the html content of the email using`view()` but you cannot use a view (template)...

enhancement

### Describe the bug In Masonite 3, the validation decorators were [documented](https://docs.masoniteproject.com/v/v3.0/advanced/validation#using-the-decorator). However, I don't see them in the documentation for v4.0. Was this intentional? It looks like the decorator...

bug

### Describe the bug While trying to upgrade a project from Masonite v3 to v4 I noticed that the "old" helper no longer has the default value option. This makes...

bug

### Describe the bug Vim creates swapfiles when editing a file. They take the filename format `.filename.swp`. If migrations are run with swapfiles present, the migrations attempt to execute them,...

bug