Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
klitonchik
/
django-locallibrary-tutorial
Public
forked from
mdn/django-locallibrary-tutorial
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
Branch selector
master
User selector
All users
All time
Commit History
Commits on May 11, 2021
Test views - improve test using assertEquals
Show description for 10c2d6a
hamishwillee
authored
10c2d6a
Copy full SHA for 10c2d6a
Testviews- test consistency
Show description for 87bf7eb
hamishwillee
authored
87bf7eb
Copy full SHA for 87bf7eb
test_model - consistency fix
Show description for f39f539
hamishwillee
authored
f39f539
Copy full SHA for f39f539
Commits on Apr 26, 2021
Fix up UML (#92)
hamishwillee
authored
46e70b9
Copy full SHA for 46e70b9
Commits on Apr 16, 2021
Book detail get author using get_absolute_url (#91)
hamishwillee
authored
62435e5
Copy full SHA for 62435e5
Commits on Apr 8, 2021
Use Django's built-in template pluralization (#90)
Show description for 72b4fec
alexvorndran
authored
72b4fec
Copy full SHA for 72b4fec
Commits on Mar 2, 2021
BookInstance.book needs default value (#89)
Show description for ffd903b
hamishwillee
authored
ffd903b
Copy full SHA for ffd903b
Commits on Dec 29, 2020
Prevent book being deleted until all its instances are deleted (#86)
Show description for 02132ec
hamishwillee
authored
02132ec
Copy full SHA for 02132ec
Commits on Dec 1, 2020
settings.py: Change templates dir match docs
Show description for 33a0465
hamishwillee
authored
33a0465
Copy full SHA for 33a0465
urls.py: Remove duplicated import
hamishwillee
authored
610b83e
Copy full SHA for 610b83e
Update url pattern names for consistency (#81)
hamishwillee
authored
c01c194
Copy full SHA for c01c194
Fix plural of time/times for visits to page (#80)
hamishwillee
authored
47f98f5
Copy full SHA for 47f98f5
Start home page visit count at 1 (#54)
j9peters
authored
56cf9bc
Copy full SHA for 56cf9bc
Update to latest bootstrap (#79)
hamishwillee
authored
bbe0922
Copy full SHA for bbe0922
Commits on Nov 23, 2020
Update django-locallibrary-issue-template.md
hamishwillee
authored
0691f95
Copy full SHA for 0691f95
Update issue templates
chrisdavidmills
authored
94f9f89
Copy full SHA for 94f9f89
Commits on Nov 9, 2020
Added unique field option to Book ISBN Field (#77)
Show description for b6f9811
Ismael Ojeda
authored
b6f9811
Copy full SHA for b6f9811
Commits on Nov 6, 2020
Fix up tests and permissons on RenewBookInstancesViewTest (#76)
hamishwillee
authored
3402461
Copy full SHA for 3402461
Replace fields __all__ in modelview (#75)
Show description for 48da888
hamishwillee
authored
48da888
Copy full SHA for 48da888
Commits on Oct 27, 2020
Fix up the debug environment code
hamishwillee
committed
2770162
Copy full SHA for 2770162
Merge pull request #73 from mdn/update_to_3_1_2
Show description for a8ddd4c
hamishwillee
authored
a8ddd4c
Copy full SHA for a8ddd4c
Git ignore /staticfiles (generated)
hamishwillee
committed
a290f24
Copy full SHA for a290f24
Set production version of Python to 3.8.6
hamishwillee
committed
3f8910c
Copy full SHA for 3f8910c
Update gunicorn to latest
hamishwillee
committed
c8fa1e2
Copy full SHA for c8fa1e2
Add ordering to book model - fixes intermittent warning
hamishwillee
committed
1b77f5d
Copy full SHA for 1b77f5d
Update whitenoise to fix removed Python 2 API django.utils.six
hamishwillee
committed
2e80989
Copy full SHA for 2e80989
Update wheel to latest
hamishwillee
committed
6eb2d2f
Copy full SHA for 6eb2d2f
Add requirements.txt with Django 3.1.2
hamishwillee
committed
3858e7b
Copy full SHA for 3858e7b
Update as though created by Django 3.1.2
hamishwillee
committed
a83172f
Copy full SHA for a83172f
Update psycopg2-binary to 2.8.6 - old version no longer working
hamishwillee
authored
6118f08
Copy full SHA for 6118f08
Commits on Oct 18, 2020
Merge pull request #71 from mdn/multip
Show description for 3a3acf1
hamishwillee
authored
3a3acf1
Copy full SHA for 3a3acf1
Fix author multiplicity in UML in book model
hamishwillee
committed
5570bfe
Copy full SHA for 5570bfe
Commits on Oct 8, 2019
Merge pull request #57 from thiagojobson/add-builtin-join
Show description for acf2a44
hamishwillee
authored
acf2a44
Copy full SHA for acf2a44
Commits on Oct 5, 2019
Changed book detail to use builtin join
gacheiro
committed
acc78fe
Copy full SHA for acc78fe
Commits on Aug 20, 2019
Merge pull request #55 from j9peters/update-bootstrap-link
Show description for 2e77f4c
chrisdavidmills
authored
2e77f4c
Copy full SHA for 2e77f4c
Previous
Next
You can’t perform that action at this time.