FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for docs - madsodgaard/sqlalchemy-utils · GitHub
madsodgaard
/
sqlalchemy-utils
Public
forked from
kvesteri/sqlalchemy-utils
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlalchemy-utils
docs
on
master
User selector
Datepicker
Commit history
Commits on Dec 23, 2022
Support Python 3.11
kurtmckee
committed
645f586
View commit details
Copy full SHA for 645f586
View code at this point
Browse repository at this point
Commits on Jun 19, 2022
Merge pull request #613 from kvesteri/http-to-https
Show description for 97e6ac2
kurtmckee
authored
97e6ac2
View commit details
Copy full SHA for 97e6ac2
View code at this point
Browse repository at this point
Commits on Jun 15, 2022
Migrate all HTTP URL's to HTTPS
kurtmckee
committed
7e75f50
View commit details
Copy full SHA for 7e75f50
View code at this point
Browse repository at this point
Remove `coding: utf-8` source file headers
Show description for 06df2db
kurtmckee
committed
06df2db
View commit details
Copy full SHA for 06df2db
View code at this point
Browse repository at this point
Remove mentions of Python 2/3 differences
Show description for 8a441a6
kurtmckee
committed
8a441a6
View commit details
Copy full SHA for 8a441a6
View code at this point
Browse repository at this point
Replace u-string literals with just strings
kurtmckee
committed
dbe0643
View commit details
Copy full SHA for dbe0643
View code at this point
Browse repository at this point
Commits on May 17, 2022
Show the phone_number module docstring in the docs
kurtmckee
committed
00a946b
View commit details
Copy full SHA for 00a946b
View code at this point
Browse repository at this point
Commits on Mar 24, 2022
Update docs copyright years (#578)
Show description for 197dbfd
kurtmckee
authored
197dbfd
View commit details
Copy full SHA for 197dbfd
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
Update installation.rst (#533)
Show description for 13ac166
AstraLuma
authored
13ac166
View commit details
Copy full SHA for 13ac166
View code at this point
Browse repository at this point
Commits on Apr 12, 2021
SQLAlchemy 1.4 support + Move CI to GitHub workflows (#506)
Show description for a4154bd
authored
a4154bd
View commit details
Copy full SHA for a4154bd
View code at this point
Browse repository at this point
Commits on Jul 16, 2020
remove old function reference
kvesteri
committed
69f612a
View commit details
Copy full SHA for 69f612a
View code at this point
Browse repository at this point
Commits on May 3, 2020
fix base class (#405)
merwok
authored
12cf515
View commit details
Copy full SHA for 12cf515
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
Added docs to view module (#363)
Tom Clancy
authored and
kvesteri
committed
2b6b6b6
View commit details
Copy full SHA for 2b6b6b6
View code at this point
Browse repository at this point
Commits on Dec 3, 2018
Fix code example
kvesteri
committed
9b01b21
View commit details
Copy full SHA for 9b01b21
View code at this point
Browse repository at this point
Commits on Sep 19, 2018
Add attr arg for locale callable
kvesteri
committed
ce3952a
View commit details
Copy full SHA for ce3952a
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
Docs: Update reference to EncryptedType class
konstantinoskostis
committed
0abd367
View commit details
Copy full SHA for 0abd367
View code at this point
Browse repository at this point
Commits on Nov 9, 2017
Change installation instructions to show Python 3 as well
dargueta-work
committed
a190106
View commit details
Copy full SHA for a190106
View code at this point
Browse repository at this point
Fix 3.6 support missing in documentation
dargueta-work
committed
251b8ee
View commit details
Copy full SHA for 251b8ee
View code at this point
Browse repository at this point
Commits on Dec 18, 2016
Merge pull request #250 from AndrewPashkin/introduce_generic_repr_model_mixin
Show description for 975a9fa
kvesteri
authored
975a9fa
View commit details
Copy full SHA for 975a9fa
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Introduce generic_repr() model decorator, that adds generic __repr__() to an ORM model.
AndreiPashkin
committed
aa6043a
View commit details
Copy full SHA for aa6043a
View code at this point
Browse repository at this point
Commits on Oct 17, 2016
Add documentation for EmailType
AndreiPashkin
committed
9e71bbc
View commit details
Copy full SHA for 9e71bbc
View code at this point
Browse repository at this point
Commits on Jun 23, 2016
doc update: cPython2.6 dropped since 0.32
Show description for d1b3e77
guillp
authored
d1b3e77
View commit details
Copy full SHA for d1b3e77
View code at this point
Browse repository at this point
Commits on Apr 25, 2016
Add LtreeType for PostgreSQL
Show description for 384a6bb
kvesteri
committed
384a6bb
View commit details
Copy full SHA for 384a6bb
View code at this point
Browse repository at this point
Commits on Apr 21, 2016
Add support for PhoneNumber composites
kvesteri
committed
c3a931b
View commit details
Copy full SHA for c3a931b
View code at this point
Browse repository at this point
Commits on Jan 19, 2016
Use pytest fixtures to reduce complexity and repetition
Show description for 815f07d
jacobsvante
committed
815f07d
View commit details
Copy full SHA for 815f07d
View code at this point
Browse repository at this point
Commits on Jul 23, 2015
Add cast_if function
kvesteri
committed
03faaca
View commit details
Copy full SHA for 03faaca
View code at this point
Browse repository at this point
Commits on Jun 17, 2015
Fix translation_hybrid locale caster
kvesteri
committed
a697365
View commit details
Copy full SHA for a697365
View code at this point
Browse repository at this point
Commits on Jun 5, 2015
Added get_type utility function
kvesteri
committed
c0bd2c2
View commit details
Copy full SHA for c0bd2c2
View code at this point
Browse repository at this point
Commits on May 27, 2015
Add CompositeType
kvesteri
committed
0153bcc
View commit details
Copy full SHA for 0153bcc
View code at this point
Browse repository at this point
Commits on Apr 15, 2015
Remove generates decorator
kvesteri
committed
e7f665d
View commit details
Copy full SHA for e7f665d
View code at this point
Browse repository at this point
Commits on Apr 8, 2015
Improve country docs
kvesteri
committed
07c43a9
View commit details
Copy full SHA for 07c43a9
View code at this point
Browse repository at this point
Commits on Apr 7, 2015
Add docs
kvesteri
committed
c3e6175
View commit details
Copy full SHA for c3e6175
View code at this point
Browse repository at this point
Add CurrencyType class
kvesteri
committed
35253ef
View commit details
Copy full SHA for 35253ef
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
Add get_class_by_table function
kvesteri
committed
8290696
View commit details
Copy full SHA for 8290696
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Add customizable default value for TranslationHybrid
kvesteri
committed
1ced0ea
View commit details
Copy full SHA for 1ced0ea
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL