1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/topics
Markus Holtermann c7786550c4 Fixed display of lists after website redesign
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197
2014-12-17 08:24:00 -05:00
..
auth Fixed #23957 -- Started deprecation toward requiring session verification. 2014-12-05 07:37:34 -05:00
class-based-views Fixed #21753 -- Raised exception when both form_class and fields are specified. 2014-11-21 14:23:17 -05:00
db Cleaned up a note in docs/topics/db/sql.txt. 2014-12-06 09:25:48 -05:00
forms Fixed display of lists after website redesign 2014-12-17 08:24:00 -05:00
http Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode. 2014-11-27 07:55:07 -05:00
i18n Fixed incorrect filter name in docs/topics/i18n/translation.txt. 2014-12-11 12:11:02 -05:00
testing Fixed #23911 -- Added support for buffer file uploads in the test client 2014-12-04 07:42:03 -05:00
cache.txt Fixed display of lists after website redesign 2014-12-17 08:24:00 -05:00
checks.txt
conditional-view-processing.txt
email.txt Fixed #23910 -- Added reply_to parameter to EmailMessage 2014-11-28 06:00:06 -05:00
files.txt
index.txt
install.txt
localflavor.txt
logging.txt Fixed #22407 -- Added AdminEmailHandler.send_mail(). 2014-11-15 09:38:19 +01:00
migrations.txt Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
pagination.txt
performance.txt
python3.txt Updated advice on six.moves.range/xrange; refs #23812. 2014-12-13 13:42:25 -05:00
security.txt
serialization.txt Added a new GeoJSON serialization format for GeoDjango 2014-11-15 18:07:18 +01:00
settings.txt
signals.txt Added notes on registering signals in ready() and using dispatch_uid. 2014-11-27 11:22:36 -05:00
signing.txt Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign(). 2014-11-15 19:36:33 +01:00
templates.txt