summaryrefslogtreecommitdiff
path: root/docs/ref/models/fields.txt
AgeCommit message (Expand)Author
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-24Fixed #24041 -- Documented effect of changing a model instance's primary key.Helen Sherwood-Taylor
2014-12-23Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn
2014-12-20Fixed #2443 -- Added DurationField.Marc Tamlyn
2014-12-08Fixed #23974 -- Clarified wording of FileField.save/delete save parameter.Tim Graham
2014-12-06Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
2014-10-30Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.Raul Cumplido
2014-10-18Fixed #23676 -- Rearranged sentence; "by default" applies only to max lengthJon Dufresne
2014-10-04Fix formatting error in UUIDField docs.Marc Tamlyn
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-09-08Fixed #23281 -- Added "concrete model" to glossary.Tim Graham
2014-09-05Fixed #22534: Reinforce swappable documentationAndrew Godwin
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-08-29Corrected a usage example of `related_query_name`.Simon Charette
2014-08-19Fixed #17272 -- Documented that non-editable fields are skipped during model ...Tim Graham
2014-08-19Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped.Tim Graham
2014-08-14Fixed #23224 - Documented EmailValidator.areski
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-10Fixed #22809 -- Added model Field API reference.Jorge C. Leitão
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi
2014-07-09Fixed #22351 -- Removed usage of lambdas in model field options.Tim Graham
2014-07-04Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham
2014-06-18Fixed #14481 -- Documented implicit "through" class created by ManyToManyField.Jorge C. Leitão
2014-06-15Fixed #22660: Doc'd you can't have unmigrated apps depend on migratedAndrew Godwin
2014-06-12Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz
2014-05-16Fixed #21798 -- Added check for DateTime mutually exclusive optionsDaniel Pyrathon
2014-04-30Fixed #22537 -- Add tests and improved docs for field subclass with choices.Mike Fogel
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-24Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.Adam Kaliński
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Fixed #22145 -- Clarified docs on Field.blank and Field.null options.navneet suman
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-08Removed extra backquote in field docsClaude Paroz
2014-02-08Fixed #16192 -- Made unique error messages in ModelForm customizable.Loic Bistuer
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2013-12-18Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-12-15Fix docs typoAndrew Godwin
2013-11-25Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
2013-11-23Fixed #21491 -- Removed documented workaround for a known issue.Loic Bistuer
2013-11-21Fixed #21427 -- Clearly state integer field value ranges in docsMarkus Amalthea Magnuson
2013-11-06Fixed typos in documentation.Baptiste Mispelon
2013-10-18Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
2013-10-11Fixed #8918 -- Made FileField.upload_to optional.Tim Graham
2013-10-02Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham