mpaolini
|
6248833d9e
Added documentation for the 'db' argument of the post-syncdb signal.
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
acc5396e6d
Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Tim Graham
|
067505ad19
Fixed broken links, round 4. refs #19516
|
12 years ago |
Preston Holmes
|
11ded967c4
Fixed #19498 -- refactored auth documentation
|
12 years ago |
Tim Graham
|
b3a8c9dab8
Fixed broken links, round 3. refs #19516
|
12 years ago |
Ramiro Morales
|
d19109fd37
Fixed #19497 -- Refactored testing docs.
|
12 years ago |
Preston Holmes
|
2b1ae4dbd2
Fixed #19008 typo in signals docs
|
12 years ago |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 years ago |
Tim Graham
|
1360bd4186
Fixed #13586 - Added an example of how to connect a m2m_changed signal handler.
|
12 years ago |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 years ago |
Andrei Antoukh
|
365853da01
Fixed #4102 -- Allow update of specific fields in model.save()
|
12 years ago |
Aymeric Augustin
|
4b14546215
Fixed #17895 -- Made override_settings send the setting_changed signal both when a setting is overridden and when it's restored.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Alex Gaynor
|
49e019d559
Slight english readability fix for the signals docs.
|
13 years ago |
Paul McMillan
|
4f9cf2ef27
Fixed #15633 -- Improved docs for post_syncdb signal.
|
13 years ago |
Ramiro Morales
|
326949e444
Fixed #14503 -- Unified multiple implementations of test cases assert* methods that verify a given exception is raised by a callable throughout the Django test suite.
|
13 years ago |
Jannis Leidel
|
723b574793
Fixed #16447 -- Stopped using the setting name as the sender parameter for the setting_changed signal. Thanks, Alex Gaynor.
|
13 years ago |
Jannis Leidel
|
65d8657f7f
Fixed #15943 -- Documented `raw` argument of pre_save and post_save signals. Thanks, amplivibe.
|
13 years ago |
Jannis Leidel
|
a3a53e0b73
Fixed #15561 -- Extended test setting override code added in r16165 with a decorator and a signal for setting changes.
|
13 years ago |
Timo Graham
|
f9fa9327c6
Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.
|
14 years ago |
Chris Beaven
|
5bbba4b9ad
Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the report and patch andialbrecht.
|
14 years ago |
Chris Beaven
|
ab9e596ca6
Fixes #10754 - minor clarification to the post/pre_delete signal documentation
|
14 years ago |
Gabriel Hurley
|
608877c066
Fixed #15207 -- Added versionadded directives for the "using" argument sent by signals, and cleaned up some incidental indentation/formatting inconsistencies. Thanks to Keryn Knight for the report.
|
14 years ago |
Timo Graham
|
a757b5b8ca
Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for the report.
|
14 years ago |
Timo Graham
|
12266059cd
Fixed #14712 - Add an example for the post_syncdb signal. Thanks Frank Wiles for the patch.
|
14 years ago |
Gabriel Hurley
|
1517659693
Fixed a Sphinx formatting problem in the signals reference docs.
|
14 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |
Jannis Leidel
|
132afbf8ee
Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks SmileyChris and pterk.
|
14 years ago |