summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-28Fixed #21496 -- Fixed crash when GeometryField uses TextInputClaude Paroz
2013-11-28Fixed #21515 -- Corrected example of template.Context in documentation.Baptiste Mispelon
2013-11-27Added a warning regarding risks in serving user uploaded media.Tim Graham
2013-11-28Fixed typo in release notes.Loic Bistuer
2013-11-27Added a bulk option to RelatedManager remove() and clear() methodsLoic Bistuer
2013-11-27Fixed #21169 -- Reworked RelatedManager methods use default filteringLoic Bistuer
2013-11-27Update tutorial part 1 to discuss migrations properlyAndrew Godwin
2013-11-27Field.deconstruct() howto docsAndrew Godwin
2013-11-26Merge pull request #1985 from raphaa/21499Andrew Godwin
2013-11-26Replace use of dict.has_key with `key in dict`Alex Gaynor
2013-11-26Fixed a typo in the documentationAlex Gaynor
2013-11-26Fixed #21448 -- Fixed test client logout with cookie-based sessionsClaude Paroz
2013-11-25Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter
2013-11-25Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette
2013-11-24Fixed typo in previous commit; refs #21490.Tim Graham
2013-11-24Fixed #21490 -- Fixed custom admin URL reverse example.Tim Graham
2013-11-24Removed confusing comments from the docs.Loic Bistuer
2013-11-24Fixed #21499 -- Added a paragraph to the docs.Raphael Jasjukaitis
2013-11-23Add missing commas in Prefetch docsThomas Orozco
2013-11-23Fixed #21486 -- Prevented settings config in signal connectionClaude Paroz
2013-11-23Fixed #21200 -- Consistantly raise errors across all cache backends.Florian Apolloner
2013-11-23Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-23Removed information about releases < 1.7.Haiko Schol
2013-11-22Improved docs for ModelFormSet.clean().Loic Bistuer
2013-11-22Noted that localmem is the default cache.mlissner
2013-11-22Removed unused import in docs/topics/http/sessions.txtTim Graham
2013-11-23Fixed #21491 -- Removed documented workaround for a known issue.Loic Bistuer
2013-11-22Fixed #21487 -- Session cannot store tzinfo instances anymore.Aymeric Augustin
2013-11-22Fixed sentence structure in docs/internals/contributing/triaging-tickets.txtCody Scott
2013-11-21Fixed #21405 -- Prevented queryset overwrite in BaseModelAdminClaude Paroz
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-11-21Fixed #21427 -- Clearly state integer field value ranges in docsMarkus Amalthea Magnuson
2013-11-20Fixed #21472 -- Fixed inline formsets display when parent pk is 0Claude Paroz
2013-11-19Recommended setuptools in the reuseable app tutorial.Dražen Lučanin
2013-11-19Added more examples to the get_object_or_404 documentation.Baptiste Mispelon
2013-11-19fixed typo in builtins.txtJulia Antokhine
2013-11-19Fixed the base class note in the Date Views docs.Rocky Meza
2013-11-19Fixed #15179 -- middlewares not applied for test client login()Unai Zalakain
2013-11-18Fixed typo in topics/http/sessions.txt.Tim Graham
2013-11-18Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-11-18Added more internal links in the management command documentation.Baptiste Mispelon
2013-11-18Fixed #21397 -- Re-added flexibility to TypedChoiceField coercionClaude Paroz
2013-11-18Added release note for TypedChoiceField coerce limitationClaude Paroz
2013-11-18Fixed #21240 -- Added 1.5 release note for OneToOneField/select_related change.Tim Graham
2013-11-18Fixed #21404 -- Added session.set_expiry() note to 1.6 release notes.Tim Graham
2013-11-17Updated 1.6.1 release notesClaude Paroz