This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-23 16:24:46 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Luan Pablo
407d070329
Fixed
#22782
-- Added i18n attr to Sitemap class
...
It makes possible to have your sitemap in multiple languages when using i18n in URLs.
2014-06-20 13:04:41 -04:00
..
class-based-views
…
contrib
Fixed
#22782
-- Added i18n attr to Sitemap class
2014-06-20 13:04:41 -04:00
files
…
forms
…
models
Fixed
#22778
-- Added a model Meta option to define default_related_name.
2014-06-18 13:53:07 -04:00
templates
…
applications.txt
…
checks.txt
Fixed
#13711
-- Model check added to ensure that auto-generated column name is within limits of the database.
2014-06-17 16:16:02 -04:00
clickjacking.txt
…
databases.txt
…
django-admin.txt
Fixed
#22862
-- Added --noinput option to makemigrations.
2014-06-20 08:55:02 -04:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
Fixed
#22470
: Full migration support for order_with_respect_to
2014-06-15 14:56:51 -07:00
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#22874
: Document that AUTH_USER_MODEL must be in first migration
2014-06-19 23:48:29 -07:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…