Skip to content

Commit

Permalink
Minor improvements to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Aug 19, 2024
1 parent 929ca56 commit bacc162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Although this packages is named django-generate-series based on Postgres' [`gene

The package includes a `generate_series` function from which you can create your own series-generating QuerySets. The field type passed into the function as `output_field` determines the resulting type of series that can be created. (Thanks, [@adamchainz](https://twitter.com/adamchainz) for the format suggestion!)

### generate_series arguments
### generate_series keyword arguments

- ***start*** - The value at which the sequence should begin (required)
- ***stop*** - The value at which the sequence should end. For range types, this is the lower value of the final term (required)
Expand Down Expand Up @@ -97,7 +97,7 @@ Result:
...
2023-04-27

*Note: See [the docs](https://django-generate-series.readthedocs.io/en/latest/usage_examples.html) and the example project in the tests directory for further examples of usage.*
*Note: See [the usage examples in the docs](https://django-generate-series.readthedocs.io/en/latest/usage_examples.html) and the example project in the tests directory for further examples of usage.*

## Usage with partial

Expand Down

0 comments on commit bacc162

Please sign in to comment.