index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
Age
Commit message (
Expand
)
Author
2017-07-04
Added missing import in docs/topics/db/queries.txt.
Tushar Malik
2017-06-27
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Mariusz Felisiak
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-06-06
Fixed #28233 -- Used a simpler example in the aggregation "cheat sheet" docs.
Tim Graham
2017-06-06
Fixed #28104 -- Prevented condition decorator from setting ETag/Last-Modified...
Josh Schneier
2017-05-31
Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.
Matthias Erll
2017-05-25
Fixed typo in docs/topics/testing/advanced.txt.
Dima Veselov
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-05-22
Made docs/topics/migrations.txt use single quotes consistently.
Markus Amalthea Magnuson
2017-05-20
Pointed Dive into Python links to python3 site
Michiel Beijen
2017-05-11
Fixed #28148 -- Doc'd ImageField name validation concerns with the test client.
Riccardo Magliocchetti
2017-05-06
Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...
Josh Schneier
2017-05-01
Fixed #28139 -- Added another level of headings in the topics index.
Tim Graham
2017-04-29
Fixed typo in docs/topics/auth/default.txt.
shinriyo
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-26
Added content_type filtering in Permission querying example.
Nauman Tariq
2017-04-24
Renamed "Mac OS X" to "macOS" in docs.
Michiel Beijen
2017-04-08
Fixed typos in docs/topic/db/search.txt.
Paolo Melchiorre
2017-04-01
Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link looks like.
Simon Charette
2017-03-31
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-25
Removed unexpected initial attribute in data migration examples.
Stefano Rivera
2017-03-20
Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-03-16
Updated Django checkout URL to use https.
Adi Mukherjee
2017-03-15
Fixed #27882 -- Allowed {% cache %} to cache indefinitely.
Bo Marchman
2017-03-14
Fixed typo in docs/topics/db/aggregation.txt header.
Mads Jensen
2017-03-08
Fixed #27911 -- Doc'd how to register custom User with admin.
David D Lowe
2017-03-07
Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.
Camilo Nova
2017-03-07
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
Tim Graham
2017-03-06
Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context processors.
Tim Graham
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-02-23
Fixed #27878, refs #23919 -- Used python3 shebangs.
Chris Lamb
2017-02-11
Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.
Robert Roskam
2017-02-11
Fixed #25978 -- Deprecated shorcuts.render_to_response().
Tim Graham
2017-02-08
Fixed typo in docs/topics/testing/tools.txt.
Tim Graham
2017-02-07
Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-28
Made ugettext* functions aliases of gettext*
Claude Paroz
2017-01-27
Fixed #27678 -- Warned that the template system isn't safe against untrusted ...
andrewnester
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-21
Removed unused imports in example migrations.
Arkadiusz Adamski
2017-01-19
Refs #23919 -- Removed docs references to long integers.
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #23957 -- Removed the useless SessionAuthenticationMiddleware.
Tim Graham
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2017-01-17
Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.
Tim Graham
[prev]
[next]