Historique des commits

Auteur SHA1 Message Date
  Kevin Christopher Henry 9d700322b3 Fixed #19885 -- cleaned up the django.test namespace il y a 11 ans
  Andrew Godwin b6a957f0ba Merge remote-tracking branch 'core/master' into schema-alteration il y a 11 ans
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 il y a 11 ans
  Andrew Godwin 7970d97a70 Docs tweaks (thanks timgraham) il y a 11 ans
  Andrew Godwin 68e0a169c4 Rename pre_ and post_syncdb to *_migrate, with aliases from old names il y a 11 ans
  Joeri Bekker 66f3d57b79 Fixed #19031 -- Added a warning when using override_settings with 'DATABASES' il y a 12 ans
  Ken Bolton 6fcb7ba842 Fix typo il y a 11 ans
  Daniel Izquierdo 9a2b07f1b4 Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docs il y a 11 ans
  Jaap Roes 3ce1d303da Warned that `request_finished` isn't sent by some buggy setups. il y a 11 ans
  Donald Stufft 3de1288042 Fixed #11398 - Added a pre_syncdb signal il y a 12 ans
  mpaolini 6248833d9e Added documentation for the 'db' argument of the post-syncdb signal. il y a 12 ans
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. il y a 12 ans
  Aymeric Augustin acc5396e6d Fixed #19519 -- Fired request_finished in the WSGI iterable's close(). il y a 12 ans
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. il y a 12 ans
  Tim Graham 067505ad19 Fixed broken links, round 4. refs #19516 il y a 12 ans
  Preston Holmes 11ded967c4 Fixed #19498 -- refactored auth documentation il y a 12 ans
  Tim Graham b3a8c9dab8 Fixed broken links, round 3. refs #19516 il y a 12 ans
  Ramiro Morales d19109fd37 Fixed #19497 -- Refactored testing docs. il y a 12 ans
  Preston Holmes 2b1ae4dbd2 Fixed #19008 typo in signals docs il y a 12 ans
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 il y a 12 ans
  Tim Graham 1360bd4186 Fixed #13586 - Added an example of how to connect a m2m_changed signal handler. il y a 12 ans
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. il y a 13 ans
  Andrei Antoukh 365853da01 Fixed #4102 -- Allow update of specific fields in model.save() il y a 13 ans
  Aymeric Augustin 4b14546215 Fixed #17895 -- Made override_settings send the setting_changed signal both when a setting is overridden and when it's restored. il y a 13 ans
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] il y a 13 ans
  Alex Gaynor 49e019d559 Slight english readability fix for the signals docs. il y a 13 ans
  Paul McMillan 4f9cf2ef27 Fixed #15633 -- Improved docs for post_syncdb signal. il y a 13 ans
  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. il y a 13 ans
  Jannis Leidel 723b574793 Fixed #16447 -- Stopped using the setting name as the sender parameter for the setting_changed signal. Thanks, Alex Gaynor. il y a 13 ans
  Jannis Leidel 65d8657f7f Fixed #15943 -- Documented `raw` argument of pre_save and post_save signals. Thanks, amplivibe. il y a 13 ans