summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-01[1.9.x] Bumped version for 1.9.2 release.1.9.2Tim Graham
2016-02-01[1.9.x] Added release dates for 1.9.2 and 1.8.9.Tim Graham
2016-02-01[1.9.x] Fixed incorrect permissions check for admin's "Save as new".Myk Willis
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...Tim Graham
2016-02-01[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-01-30[1.9.x] Fixed #26156 -- Added createsuperuser instructions to admin docs.Yoong Kang Lim
2016-01-29[1.9.x] Added a missing session setting in docs.Tim Graham
2016-01-29[1.9.x] Made formatting of docs for settings defaults more consistent.Tim Graham
2016-01-29[1.9.x] Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added in...Tim Graham
2016-01-29[1.9.x] Fixed #26129 -- Made invalid forms display initial values of disabled...Tim Graham
2016-01-28[1.9.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham
2016-01-28[1.9.x] Fixed #26147 -- Relaxed expected values in GIS tests to account for d...Tim Graham
2016-01-28[1.9.x] Fixed #25917 -- Clarified reversibility of RemoveField.Tim Graham
2016-01-28[1.9.x] Added a missing test method in tests/migrations/test_writer.py.Yoong Kang Lim
2016-01-28[1.9.x] Fixed #26138 -- Ensured geometry_field's geometry is always serializedClaude Paroz
2016-01-27[1.9.x] Fixed #26136 -- Removed URL reversing by dotted path from JavaScript ...Yoong Kang Lim
2016-01-27[1.9.x] Refs #26142 -- Documented that Formset's extra=0 doesn't prevent crea...Tim Graham
2016-01-26[1.9.x] Fixed #26122 -- Fixed copying a LazyObjectBen Kraft
2016-01-26[1.9.x] Fixed #25848 -- Set template origin on each node.Preston Timmons
2016-01-25[1.9.x] Refs #24919 -- Used the documented way of disabling migrations per app.Simon Charette
2016-01-25[1.9.x] Fixed #26135 -- Adjusted the migration questioner's handling of disab...Simon Charette
2016-01-25[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2016-01-25[1.9.x] Fixed Sphinx highlight warnings in docs.Tim Graham
2016-01-25[1.9.x] Refs #26034 -- Added another case fixed by this ticket to release notes.Tim Graham
2016-01-25[1.9.x] Fixed #26132 -- Discouraged use of TransactionTestCase.fixtures.Tim Graham
2016-01-24[1.9.x] Added Django version trove classifier to reusable apps tutorial.Tim Graham
2016-01-23[1.9.x] Updated Python trove classifiers in reusable apps tutorial.Tim Graham
2016-01-23[1.9.x] Fixed typos in test comments.Mingun Pak
2016-01-23[1.9.x] Fixed typo in django/db/backends/sqlite3/operations.py.seungkwon
2016-01-22[1.9.x] Fixed #26116 -- Corrected schema's test_alter_implicit_id_to_explicit.Tim Graham
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-22[1.9.x] Fixed #26121 -- Updated MySQL storage engine example.Tim Graham
2016-01-21[1.9.x] Changed `action="."` to `action=""` in tests and docs.Luke Plant
2016-01-21[1.9.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin....Alexander Gaevsky
2016-01-21[1.9.x] Refs #26092 -- Added @skipUnlessDBFeature to a test.Tim Graham
2016-01-21[1.9.x] Fixed #26063 -- Crash when passing > 2000 params.Aymeric Augustin
2016-01-20[1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M thro...Anssi Kääriäinen
2016-01-20[1.9.x] Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_P...chemary
2016-01-19[1.9.x] Fixed #26096, refs #25196 -- Fixed incorrect argument order in test d...Tim Graham
2016-01-18[1.9.x] Fixed typo in docs/index.txt.auvipy
2016-01-15[1.9.x] Added docs about configuring CSRF support in AngularJS.Danilo Bargen
2016-01-14[1.9.x] Fixed a typo in the 1.9.2 release notes.Simon Charette
2016-01-14[1.9.x] Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide.Tim Graham
2016-01-13[1.9.x] Refs #26071 -- Added test for __in lookup in a Case expression.Alberto Avila
2016-01-12[1.9.x] Removed an unncessary docs cross-reference for call_command().Tim Graham
2016-01-12[1.9.x] Made CommandError use the exception directive in docs.Tim Graham
2016-01-12[1.9.x] Corrected a few typos in Signal.send() docstring.Jarek Glowacki
2016-01-11[1.9.x] Added missing period to "etc.".pp
2016-01-11[1.9.x] Fixed #25858 -- Bound abstract model application relative relationships.Simon Charette