summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-25[1.7.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
2014-03-25Revert "[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unman...Tim Graham
2014-03-25[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged mod...Loic Bistuer
2014-03-25[1.7.x] Fixed #22315 -- str/bytes mismatch in staticfilesDavid Evans
2014-03-25[1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overri...Ben Davis
2014-03-25[1.7.x] Fixed #22300 -- Fixed crash in migrations when changing non-relationa...Stephen Burrows
2014-03-24[1.7.x] Fixed #22293 -- Avoided renaming many-to-many tables to themselves.Daniel Hahler
2014-03-24[1.7.x] Fixed typo in error message in django.contrib.sitemaps.Jannis
2014-03-24[1.7.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relation...Adam Kaliński
2014-03-24[1.7.x] Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs.Tim Graham
2014-03-24[1.7.x] Fixed #21665 -- Documented that changes in assertRedirects may be req...Tim Graham
2014-03-24[1.7.x] Updated six to 1.6.1.Tim Graham
2014-03-24[1.7.x] Fixed #22265 -- Clarfied consistent behavior of migrations.Moayad Mardini
2014-03-23[1.7.x] Correct oversight in trove classifiers, as this branch is now beta st...James Bennett
2014-03-23[1.7.x] Fixed #22317 -- Fixed documented handler400 default valueClaude Paroz
2014-03-22[1.7.x] Removed an unused variable.Alex Gaynor
2014-03-22[1.7.x] Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz
2014-03-22[1.7.x] Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud
2014-03-22[1.7.x] Tweaked strip_tags tests to pass on Python 3.3Claude Paroz
2014-03-22[1.7.x] Added release note about strip_tags improvementClaude Paroz
2014-03-22[1.7.x] Improved strip_tags and clarified documentationClaude Paroz
2014-03-22[1.7.x] Fixed #22302 -- Updated Finnish locale formatsAntti Hirvonen
2014-03-21[1.7.x] Small doc changes missed in 66076268.Aymeric Augustin
2014-03-21[1.7.x] Fixed typos in docs (django.contrib.site)Thomas Schreiber
2014-03-21[1.7.x] Replaced an instance of PIL with Pillow in the docs.Tim Graham
2014-03-21[1.7.x] Fixed flake8 warnings.Tim Graham
2014-03-21[1.7.x] Fixed #22255 -- Added support for specifying re flags in RegexValidatorDejan Noveski
2014-03-21[1.7.x] Fixed minor syntax error in Queryset docsBryan Helmig
2014-03-20[1.7.x] Bump version numbers for 1.7 beta 1.1.7b1James Bennett
2014-03-20Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update.Aymeric Augustin
2014-03-20Fixed a small collection of flake8 violations that had snuck inAlex Gaynor
2014-03-20Removed a file accidentally added in 81f5408c7a16b8c79053950f05fe7a873506ca55.Baptiste Mispelon
2014-03-19Mark model renaming as irreversible for now (#22248)Andrew Godwin
2014-03-19Fixed #22275: unique_together broken if ForeignKey split into new file.Andrew Godwin
2014-03-19Merge pull request #2221 from bmispelon/LazyObject-refactorAndrew Godwin
2014-03-19Replaced reference to ModelAdmin.get_formsets() (deprecated) with get_formset...Daniel Hahler
2014-03-19Fixed #22253 -- Added django-i18n to the mailing lists docs.Anubhav Joshi
2014-03-19Fixed migration so MySQL GIS test doesn't fail; refs #22001.Eric Palakovich Carr
2014-03-18Fixed regression in file locking on some platforms.smallcode
2014-03-18Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dcFlorian Apolloner
2014-03-18Made a test app label unique.Florian Apolloner
2014-03-18Mentioned that ``dumpdata --natural`` is deprecated.Daniel Hahler
2014-03-18Fixed #22283 -- Updated documentation referring to non-existent tuples.Matthew Somerville
2014-03-18Fix any sqlite field migration deleting all implicit m2m tablesChris Beaven
2014-03-17Amended login required mixin documentation to honor **initkwargs.Simon Charette
2014-03-17Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.zedr
2014-03-17Fixed #22006 -- Documented how to write a login_required mixin for CBVs.Tim Graham
2014-03-16Fixed #21860 -- Added to_field_name to ModelChoiceField docs.Anubhav Joshi
2014-03-16Fixed #21991 -- Added warning regarding tests failure if locales not installed.Anubhav Joshi
2014-03-16Fixed #22242 -- Documented common cookie size limit.Daniel Pyrathon