summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed two docstring/comment typos.Ramiro Morales2012-11-281-1/+1
* | Fixed #19366 -- Prevented GEOSIndexError when comparing geometriesClaude Paroz2012-11-281-0/+11
|/
* Fixed #19374 -- Typo in docs/ref/models/instances.txt.Jason Yan2012-11-271-1/+1
* Fixed #19239 - Added examples for generic date viewsTim Graham2012-11-272-5/+299
* Fixed #19352 - Added an example in the QuerySet docs.Tim Graham2012-11-271-6/+11
* Fixed a couple of typos in the 1.5 (and beta) release notes.Jacob Kaplan-Moss2012-11-272-3/+3
* Added 1.5 beta release notes.Jacob Kaplan-Moss2012-11-272-0/+703
* Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to ras...Julien Phalip2012-11-252-2/+13
* Fixed two typos.Aymeric Augustin2012-11-251-1/+1
* Changed (again) technique to get version IDs shown in docs from source code.Ramiro Morales2012-11-251-2/+2
* Fixed #19280 -- Raised an explicit exception for the old {% url %} syntax.Aymeric Augustin2012-11-241-0/+10
* Removed obsolete contrib.comments upgrade guideClaude Paroz2012-11-245-91/+6
* Fixed #19218 -- Added documentation note on limitations of signals with custo...Russell Keith-Magee2012-11-241-0/+7
* Negligible style fix in docs.Aymeric Augustin2012-11-231-1/+1
* Fixed #18375 -- Removed dict-ordering dependency for F-expressionsAnssi Kääriäinen2012-11-231-0/+6
* Merge pull request #549 from WoLpH/masterTim Graham2012-11-231-3/+4
|\
| * changed if statement to a slightly cleaner/less confusing variantWoLpH2012-11-221-3/+4
* | Fixed #19348 - Clarified the units of filesizeformat.Tim Graham2012-11-231-0/+8
* | Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txtTim Graham2012-11-221-1/+1
* | Spell checked 1.5 alpha release notesTim Graham2012-11-221-11/+11
|/
* Fixed #18974 - Warned against using models.permalinkTim Graham2012-11-224-38/+41
* Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin2012-11-222-0/+60
* Documented behavior of get_or_create when multiple objects are returned.Tim Graham2012-11-221-4/+6
* Clarified usage of as_view kwargs for setting arguments on class based viewsTim Graham2012-11-221-2/+3
* Fixed #19317 - Added an image for warning blocks in the docsTim Graham2012-11-222-2/+3
* Merge branch 'ticket_19325' of https://github.com/hannesstruss/django into ha...Jannis Leidel2012-11-221-1/+18
|\
| * Fixed #19325 - Made email backend of AdminEmailHandler configurableHannes Struss2012-11-201-1/+18
* | Added examples of using startproject/app with URLsPreston Holmes2012-11-211-3/+17
* | Fixed #19243 - Edited GeoDjango Tutorial for consistency and style.shepdl2012-11-211-145/+136
* | Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/index.txtTim Graham2012-11-211-9/+11
* | Add orphans support to MultipleObjectMixinChris Beaven2012-11-212-0/+25
* | Corrected docs about default value of MESSAGE_STORAGELuke Plant2012-11-202-2/+2
* | Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes2012-11-193-4/+26
* | Merge pull request #536 from 1st/patch-1Tim Graham2012-11-191-1/+1
|\ \
| * | Update docs/ref/models/querysets.txtAnton Danilchenko2012-11-181-1/+1
* | | Merge pull request #537 from 1st/patch-2Tim Graham2012-11-191-1/+1
|\ \ \ | |_|/ |/| |
| * | Update docs/releases/1.5.txtAnton Danilchenko2012-11-181-1/+1
| |/
* | Fixed #19306 - Improved syndication example.Tim Graham2012-11-181-0/+5
|/
* Fixed #19308 - Clarified stringformat filter exampleTim Graham2012-11-171-2/+2
* Fixed #13997 - Added an example of constructing a MultiWidget and documented ...Tim Graham2012-11-171-63/+129
* Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin2012-11-172-10/+15
* Fix typo in file storage docs.Aymeric Augustin2012-11-171-1/+1
* Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin2012-11-173-14/+10
* Merge pull request #467 from tomchristie/page-kwargJannis Leidel2012-11-171-2/+11
|\
| * Formatting tweaks.Tom Christie2012-11-091-1/+1
| * Include `versionadded 1.5` directiveTom Christie2012-11-091-0/+2
| * Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded 'page'.Tom Christie2012-10-251-2/+9
* | Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...Jannis Leidel2012-11-172-0/+12
* | Fixed #16779 - Added a contributing tutorialTim Graham2012-11-174-1/+587
* | Fixed #19310 -- changed method docs formatting for custom file storage docsPreston Holmes2012-11-171-11/+8