Skip to content

Releases: awaisdar001/django-trips

1.0.4

14 Jun 12:43

Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

1.0.3

12 Jun 09:15

Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

Automating Release

12 Jun 08:56
1a69813

Choose a tag to compare

automate the releases to pypi & gh. (#48)

* automate the releases to pypi & gh.

Minor Packages upgrades

11 Jun 13:19
323ec5f

Choose a tag to compare

Updated Django, Django Rest Framework

What's Changed

Full Changelog: v1.0...v1.0.1

Django v4 Release

10 Jun 15:41
fdc93b4

Choose a tag to compare

v2.0.0 - Major Upgrade & Modernization

🚀 This release introduces breaking changes and requires a fresh installation.

✨ New Features & Improvements

API Documentation

  • Added Swagger/OpenAPI docs (drf-spectacular) to replace manual README notes
  • Integrated ReDoc for developer-friendly browsing

Core Upgrades

  • ⚡ Django v4.0 compatibility
  • 🐍 Python 3.11 support
  • ✅ Improved test coverage (+15% unit/integration tests)

Models

  • Refactored Trip and Schedule models for better performance
  • Added new constraints and helper methods

⚠️ Breaking Changes

  • Non-backward compatible – Fresh install required
  • Database migrations reset – New migration history from scratch

🔧 Developer Experience

  • 🛠 Pylint enabled + all fixes applied (.pylintrc config)
  • ✨ Black code formatting enforced
  • 🐳 Docker improvements:
  • Optimized Dockerfile (multi-stage builds, reduced image size)
  • Enhanced docker-compose.yml (better service isolation)

📦 Installation Notes

# Clean install recommended  
pip install -r requirements.txt  
python manage.py migrate --fake-initial  

Full Changelog: View Here

What's Changed

Full Changelog: v0.2.10...v1.0

Release v0.2.10

10 Feb 19:40
0413baa

Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.2.10

Release 0.2.9

10 Aug 10:45
0cbebb8

Choose a tag to compare

Destination Endpoints
Docs
Requirements file updates
Bug fixes

Release 0.2.8

02 Aug 17:57
64e4c6f

Choose a tag to compare

Merge pull request #22 from awaisdar001/fix/config-bug

Fix/config bug

Release v0.2.7.6

26 Oct 15:08
397cf1f

Choose a tag to compare

Merge pull request #20 from awaisdar001/get-distinc-records

Restructure APP

Release 0.2.7.5

10 Oct 18:31
36b5ff5

Choose a tag to compare

Get distinct records from Django Rest API