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
2015-11-16
[1.9.x] Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-11-12
[1.9.x] Fixed #25744 -- Corrected reference to User object in auth docs.
Anderson Resende
2015-11-12
[1.9.x] Fixed #25169 -- Documented stacking of permission_required and login_...
Bryan Marty
2015-11-12
[1.9.x] Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.
Tim Graham
2015-11-10
[1.9.x] Fixed #25727 -- Added a doc link to cached_property.
Tim Graham
2015-11-07
[1.9.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs.
Thijs van Dien
2015-11-07
[1.9.x] Fixed #25290 -- Warned against modifying objects created in setUpTest...
Tim Graham
2015-11-07
[1.9.x] Fixed #25681 -- Added 'default' to DATABASES example.
Attila Tovt
2015-11-03
[1.9.x] Fixed typo in docs/topics/auth/default.txt.
japrogramer
2015-10-31
[1.9.x] Fixed typo in docs/topics/db/models.txt.
Tomasz Anielak
2015-10-30
[1.9.x] Fixed #24212 -- Added example pylibmc CACHES configuration.
Bryan Marty
2015-10-30
[1.9.x] Added class-based view example to RequestFactory example.
bee_keeper
2015-10-28
[1.9.x] Fixed #21516 -- Updated imports paths for some formset functions/clas...
Bryan Marty
2015-10-28
[1.9.x] Made LiveServerTestCase example use StaticLiveServerTestCase.
Tim Graham
2015-10-23
[1.9.x] Fixed #25397 -- Documented class-based view context variable clash wi...
Jacek Bzdak
2015-10-23
[1.9.x] Clarified that the test client response content attribute is bytes.
薛丞宏
2015-10-22
[1.9.x] Refs #24622 -- Documented alternatives to some test response attribut...
Benjamin Wohlwend
2015-10-22
[1.9.x] Fixed #25584 -- Documented a pip error when installing Django 1.9.
Tim Graham
2015-10-07
[1.9.x] Refs #25527 -- Removed redundant doc heading link that leads to a war...
Tim Graham
2015-10-07
[1.9.x] Added some function links in translation docs
Claude Paroz
2015-10-02
[1.9.x] Fixed #25481 -- Added field.help_text to "Looping over a form's field...
John Moses
2015-09-30
[1.9.x] Clarified that Model.delete() isn't called as a result of a cascading...
David Sanders
2015-09-29
[1.9.x] Improved "“standalone” Django usage" example.
David Sanders
2015-09-29
[1.9.x] Fixed #25376 -- Required virtualenv in installation instructions.
Tim Graham
2015-09-28
[1.9.x] Documented auth's login/logout function parameters.
Tim Graham
2015-09-25
[1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_uni...
Tim Graham
2015-09-25
[1.9.x] Fixed #25451 -- Added advice about organizing tests.
Tim Graham
2015-09-24
[1.9.x] Fixed #25455 -- Optimized dictfetchall() example.
Tim Graham
2015-09-23
Fixed typo in docs/topics/db/examples/one_to_one.txt
Don Kirkby
2015-09-23
Refs #25373 -- Doc'd logging of exceptions during {% include %} rendering.
Tim Graham
2015-09-22
Refs #24115 -- Added docs for password updates on bcrypt rounds change.
Tim Graham
2015-09-22
Added link to Babel's message extracting functionality.
Rik
2015-09-21
Fixed #24921 -- set_autocommit(False) + ORM queries.
Aymeric Augustin
2015-09-21
Fixed #12856 -- Documented BoundField API.
Moritz Sichert
2015-09-19
Fixed #25390 -- Allowed specifying a start migration in squashmigrations
Markus Holtermann
2015-09-18
Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.
fabrizio ettore messina
2015-09-18
Fixed #24944 -- Added extra_email_context parameter to password_reset() view.
sujayskumar
2015-09-09
Allowed a port range for the liveserver by default.
Aymeric Augustin
2015-09-05
Updated references to the TEST_* database settings.
Aymeric Augustin
2015-09-05
Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.
Maarten
2015-09-04
Added links to new security settings introduced in 1.8.
David Sanders
2015-09-04
Refs #25345 -- Updated links to code.google.com.
Maxime Lorant
2015-09-03
Fixed #25326 -- Added namedtuple example for executing custom SQL.
Dražen Odobašić
2015-08-31
Cleaned up example migration files in docs
Tyson Clugg
2015-08-31
Fixed #25259 -- Added comments to header of generated migration files
Tyson Clugg
2015-08-31
Clarified 404.html usage, excplicitly stated that it's used when DEBUG is False
David Sanders
2015-08-27
Fixed #22634 -- Made the database-backed session backends more extensible.
Sergey Kolosov
2015-08-27
Removed historical note about session serialization.
Tim Graham
2015-08-25
Fixed #25311 -- Removed vague language about "partial commits" from docs.
Tim Graham
2015-08-24
Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...
Tommy Beadle
[next]